Skip to content

Requirements

  1. Latest version of Node.js
  2. Latest version of npm
  3. Optional, but recommended: yarn package manager
  4. Git

Installation

  1. Clone the repository from GitHub
  2. Run npm install or yarn install
  3. Create a env file
  4. Run npm dev or yarn dev

Env

A sample env file is provided here.

port={The port you want to run the server on}
password={Socket io's password. ETDStats node will use this to authenticate}
rpc={RPC URL}
mongodbURL={MongoDB URL}