/avail-js

Avail library of functions to interact with blockchain and manipulate transactions

Primary LanguageTypeScript

Avail-js

npm stable

Library to connect to Avail

Introduction

The simplest way to interract with the avail chain.

Installation

Pre-requisites: Node.js

Install the latest stable version of the avail-js library by running this command:

npm install avail-js-sdk

Examples

Goals

  • Provide an easy way to interract with avail
  • Facilitate account management
  • Add utility helpers
  • Still expose polkadot-js
  • Allows versionning of polkadot-js to ensure compatibility

Error Reporting

In case you encounter a bug, don't hesitate to open an issue with the maximum amount of detail and we will deal with it as soon as possible.

Next

  • Add issue template
  • Add contributing guidelines
  • Add a license
  • Add more helpers in case it's necessary (Data submission, Create app key, Signature options, batches, ...)