Quick Start
Install the divergent-node module from npm or yarn.
Installation
// NPM
npm install -g @0xvaibhav/divergent-node
// YARN
yarn global add @0xvaibhav/divergent-node
Starting the node
divergent create
This spins up a local divergent-node best suitable for development and testing.
The node can now be used with the local rpc endpoint http://localhost:40011
Note: The only endpoint required to interact with the divergent-node would be http://localhost:40011
You can place the node behind any reverse proxy and self host your network
Note: If node start up fails for some reason or node syncing does not happen, please clear the directories ipfs
and orbitdb
from ~/bin
stored in the root directory.