0.0.72 • Published 4 years ago

blockcloudjs v0.0.72

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
4 years ago

Blockcloud Javascript Api

This is the Blockcloud compatible Javascript Api

INSTALL

npm install blockcloudjs

Usage

// in nodejs
const BlockcloudJs = require("blockcloudjs");
const blockcloudRPC = "";
const blockcloudjs = new BlockcloudJs(new BlockcloudJs.providers.HttpProvider(blockcloudRPC));

LICENSE

MPL-2.0