aleph-sdk-ts
Description
aleph-sdk-ts is the Typescript SDK you can use to interact with the Aleph decentralized network, about which you can find more information here.
When I started this project, it was just for adding TS support to the Aleph-JS project.
This project is still under development, please consider this if you are using it.
Installation
Use it in your project
Run the following command:
yarn add aleph-sdk-ts
Play with this repository
First and foremost, clone the repository:
git clone https://github.com/aleph-im/aleph-sdk-ts
Run the tests
yarn install
yarn test
act
Build the project
Just run:
yarn build
Quick Start
You can refer to the documentation to use the client in your project.
Features
Authors