CCC-NULS / nuls-js

Isomorphic JavaScript SDK for NULS blockchain.
https://CCC-NULS.github.io/nuls-js/
MIT License
9 stars 8 forks source link
blockchain nuls nuls-blockchain nuls-js sdk sdk-js

NULS-JS Build Status npm version Coverage Status

Isomorphic JavaScript SDK for NULS blockchain.

Warning

This project is still in early development stages. It is strongly not recommended to use this in a production environment.

Install

$ npm i nuls-js

Usage

import NULS from 'nuls-js';

const account = NULS.account.create(); // Initiate a new account

console.log(account.address); // Nse1TYHc6Rxs84iimrnygSF2kqrUAQM6

Guide

https://CCC-NULS.github.io/nuls-js/

Documentation

https://CCC-NULS.github.io/nuls-js/typedoc/index.html

Features

Account Management

TODO

License

See the LICENSE file for details.