1.0.0 • Published 4 years ago

xwcjs v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

xwc.js

Pure JavaScript xwc library for node.js and browsers. Can be used to construct, sign and broadcast transactions in JavaScript, and to easily obtain data from the blockchain via public apis.

Referenced bitshares js sdk.

Setup

This library can be obtained through npm:

npm install xwcjs

Build

npm run-script build && npm run-script browserify

Doc