Skip to content

HcashOrg/hx.js

Repository files navigation

hx.js

Pure JavaScript hx 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 hxjs

Build

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

Doc