1.1.508 • Published 6 years ago
iz3-nodejs-api v1.1.508
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-apiThen using connection command
iz3connect http://localhost:3000 passwordAlso you can start terminal manually
npm run terminalAPI
Install module for current project
npm install iz3-nodejs-api --savethen
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