Isomorphic JavaScript SDK for NULS blockchain.
This project is still in early development stages. It is strongly not recommended to use this in a production environment.
$ npm i nuls-js
import NULS from 'nuls-js';
const account = NULS.account.create(); // Initiate a new account
console.log(account.address); // Nse1TYHc6Rxs84iimrnygSF2kqrUAQM6
https://CCC-NULS.github.io/nuls-js/
https://CCC-NULS.github.io/nuls-js/typedoc/index.html
- Read an address balance
- Read node details
- Read address transactions
- Token transactions
- Node joining/leaving
- Node reward output/input
- Red/yellow card transactions
- Send a transaction
- Find all consensus nodes
- Find all nodes
- Find richList/mostActive addresses
- Recent transactions
See the LICENSE file for details.