3.0.0 • Published 3 years ago

aleph-ts-account v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Aleph-TS

:closed_book: Description

Aleph-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.

:arrow_double_down: Installation

:inbox_tray: Use it in your project

Run the following command:

yarn add aleph-ts

:sparkles: Play with this repository

First and foremost, clone the repository:

git clone https://github.com/PtitLuca/aleph-ts

:microscope: Run the tests

  • Run the tests manually:
yarn install
yarn test
act

:gear: Build the project

Just run:

yarn build

:checkered_flag: Quick Start

You can refer to the documentation to use the client in your project.

:fire: Features

  • Aggregate message
  • Post message
  • Store message
  • Messages retrieving
  • Ethereum account
  • Avalanche account
  • NULS account
  • NULS2 account
  • Solana account
  • Substrate account
  • Cosmos account
  • Encryption methods

:wave: Authors