0.1.2 • Published 3 years ago

dblurt v0.1.2

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
3 years ago

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.

From cdn or self-hosted script

Usage

In the browser

In node.js

Bundling