YOUChain module to interact with the YOUChain nodes networking properties.
npm install youchain-netThis is a sub package of [youchain.js][repo]
This is the net package to be used in other youchain.js packages.
``bash`
npm install youchain-net
`js
import {Network} from 'youchain-net';
const net = new Network('http://127.0.0.1:4546', options);
``
All the typescript typings are placed in the types folder.
[repo]: https://github.com/youchainhq/youchain.js