@tequ/hotpocket-js-client

Javascript client library to interact with HotPocket smart contracts.


Keywords
HotPocket
Licenses
NTP/MIT-feh
Install
npm install @tequ/hotpocket-js-client@0.5.6-ts.1

Documentation

HotPocket javascript client

HotPocket javascript client library to support json and bson protocols in NodeJs and Browser environments.

Publish to npm

npm install
npm login
npm run publish

Testing example client

cd example
npm install
node client.js

NPM package

https://www.npmjs.com/package/hotpocket-js-client

Browser BSON support

For BSON support in browser, a slightly modified version of https://www.npmjs.com/package/bson is used. The minified library includes this bson support library as well.