youchain-net
v1.0.4-alpha.3
Published
YOUChain module to interact with the YOUChain nodes networking properties.
Downloads
36
Readme
youchain-net
This is a sub package of youchain.js
This is the net package to be used in other youchain.js packages.
Installation
npm install youchain-net
Usage
import {Network} from 'youchain-net';
const net = new Network('http://127.0.0.1:4546', options);
Types
All the typescript typings are placed in the types folder.