conflux-web-net
v1.36.7-alpha.0
Published
ConfluxWeb module to interact with the Conflux nodes networking properties.
Downloads
40
Readme
conflux-web-net
This is a sub package of ConfluxWeb.js
This is the net package to be used in other ConfluxWeb.js packages.
Installation
npm install conflux-web-net
Usage
import {Network} from 'conflux-web-net';
const net = new Network(
'http://127.0.0.1:4546',
null,
options
);
Types
All the typescript typings are placed in the types folder.