Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 575 Bytes

boa-sdk-ts

SDK to interface with the BOSAGORA blockchain boa-sdk-ts is a TypeScript/JavaScript library for communicating with the Stoa API server. It also has utility functions such as hashing and pre-image validation.

Installation

See Installation

Usage

See Usage

Documentation

BOA-SDK for TypeScript documentation

Testing

$ git clone https://github.com/bosagora/boa-sdk-ts.git
$ npm install
$ npm run build
$ npm test