conflux-web-net

ConfluxWeb module to interact with the Conflux nodes networking properties.

Usage no npm install needed!

<script type="module">
  import confluxWebNet from 'https://cdn.skypack.dev/conflux-web-net';
</script>

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.