iz3-nodejs-api

1.1.508 • Public • Published

iz3-nodejs-api

IZZZIO blockchain platform Node.js API bindings and CLI RPC terminal.

Terminal

You can install this package globally by using

npm -g install iz3-nodejs-api

Then using connection command

iz3connect http://localhost:3000 password

Also you can start terminal manually

npm run terminal

API

Install module for current project

npm install iz3-nodejs-api --save

then

const EcmaSmartRPC = require('iz3-nodejs-api');
let izNode = new EcmaSmartRPC('http://localhost:3015/','connectionPassword');

Now you can use some API methods like:

(async ()=>{
    await izNode.getInfo(); //Some node info stuff
})(); 

See demo for more information.

API description you can found in Wiki

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.1.5081latest

Version History

VersionDownloads (Last 7 Days)Published
1.1.5081
1.0.10
1.0.00

Package Sidebar

Install

npm i iz3-nodejs-api

Homepage

izzz.io

Weekly Downloads

1

Version

1.1.508

License

Apache-2.0

Unpacked Size

13.8 kB

Total Files

9

Last publish

Collaborators