The Bitnode client module.
It implements a Bitnode gateway client that can be used to connect to a Bitnode instance and interact with it.
To connect to a Bitnode instance, create a new instance of the Bitnode class and call its Bitnode.connect method.
const bitnode = new Bitnode('ws://localhost:12358/ws');await bitnode.connect(); Copy
const bitnode = new Bitnode('ws://localhost:12358/ws');await bitnode.connect();
Generated using TypeDoc
The Bitnode client module.
It implements a Bitnode gateway client that can be used to connect to a Bitnode instance and interact with it.
To connect to a Bitnode instance, create a new instance of the Bitnode class and call its Bitnode.connect method.