ruban-net
v0.1.5
Published
Ruban module to interact with the Fractal nodes networking properties.
Readme
ruban-net
This is a sub module of ruban.js
This is the net module to be used in other ruban.js modules. Please read the documentation for more.
Installation
npm install ruban-netUsage
import {Network} from 'ruban-net';
const net = new Network(
'http://127.0.0.1:4546',
null,
options
);Types
All the typescript typings are placed in the types folder.
