README
WebSocketManagement
Websocketmanagement is a simple javascript class to handle a reconnecting websocket communication with the Interblockchain augmented nodes.
Installation
In the auditor directory, simply issue:
npm install wsmanagement
Use Case
For information on how to use WebsocketManagement, take a look at the Interblockchain .
Prerequisite
- node: install node from here
Prior to run, install all dependencies with npm install
. To view dependencies, please refer to the package.json file.