Requirements
Installation
- Clone the repository from GitHub
- Run
npm install
oryarn install
- Create a env file
- Run
npm dev
oryarn 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}