New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

iz3-nodejs-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iz3-nodejs-api

Node.js API for IZZZIO blockchain

latest
Source
npmnpm
Version
1.1.508
Version published
Weekly downloads
2
-75%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

blockchain

FAQs

Package last updated on 19 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts