Skip to content

blurtopian/dblurt

Repository files navigation

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

Publishing

https://docs.npmjs.com/creating-and-publishing-scoped-public-packages#publishing-scoped-public-packages

make all <-- run on Ubuntu in VPS/MacinCloud
npm login
npm version [<newversion> | major | minor | patch ...]
npm publish --access public

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14