1.36.7-alpha.0 • Published 4 years ago

conflux-web-net v1.36.7-alpha.0

Weekly downloads
12
License
LGPL-3.0
Repository
github
Last release
4 years ago

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.