dblurt
v0.1.2
Published
Blurt blockchain RPC client library
Downloads
2
Maintainers
Readme
dblurt
Robust blurt client library that runs in both node.js and the browser.
Needs test net urls, chain id
note As of version 0.7.0 WebSocket support has been removed. The only transport provided now is HTTP(2). For most users the only change required is to swap wss://
to https://
in the address. If you run your own full node make sure to set the proper CORS headers if you plan to access it from a browser.
Installation
Via npm
For node.js or the browser with browserify or webpack.