0.2.1 • Published 1 year ago

@blurtopian/dblurt v0.2.1

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
1 year 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

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
0.2.1

1 year ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago