0.1.7 • Published 6 years ago

@yqrashawn/conflux-web-net v0.1.7

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
6 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.