Quick Start

Install the divergent-node module from npm or yarn.

Installation

// NPM
npm install -g @huddle01/divergent-node

// YARN
yarn global add @huddle01/divergent-node

Starting the node

divergent create

This spins up a local divergent-node best suitable for development and testing.

Untitled

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 also run the node behind a reverse-proxy like Caddy to make the node remotely accessible

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.