Skip to content

Apillon/sdk

Repository files navigation

Apillon Web3 Development tools

Twitter Follow

Welcome to the Apillon Web3 Development Platform! This repository contains the source code for both the CLI and SDK libraries for the platform.

Overview

The Apillon Web3 Development tools is an open-source toolset that makes it easy to build and deploy decentralized applications on the blockchain. It includes a command-line interface (CLI) for managing your projects, as well as a software development kit (SDK) for integrating with the Apillon APIs.

Installation

To get started with the Apillon Web3 Development Platform, you can install either the CLI or SDK libraries. Here's how:

CLI

npm version

To install the CLI, run the following command:

npm install -g @apillon/cli

SDK

npm version

To install the SDK, run the following command:

npm install @apillon/sdk

Usage

Please see CLI Documentation and SDK Documentation for more information.

Find more resources at wiki.apillon.io.

Contributing

We welcome contributions to the Apillon Web3 Development Platform! If you would like to contribute, please follow these steps:

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Install the dependencies by running npm install.
  4. Make your changes and write tests to ensure they work.
  5. Commit your changes and push them to your forked repository.
  6. Open a pull request to this repository.

Before submitting a pull request, please make sure to run the tests by running npm test. We also recommend running npm run lint to ensure your code follows our coding standards.

License

This project is licensed under the MIT License - see the LICENSE file for details.