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.
npm install ruban-net
import {Network} from 'ruban-net';
const net = new Network(
'http://127.0.0.1:4546',
null,
options
);
All the typescript typings are placed in the types folder.