Skip to main content

Run the project (Ubuntu)

  1. Node version - 20.15.1
  2. Run the Docker Desktop on your local machine
  3. Open the project with VS Code
  4. Create a .env file in the root directory (if it doesn’t exist) and copy the env.example there.
CONSENSUS_TIME=10 RPC_FEE=5 SERVER_PORT=53550 EXPOSED_URL=http://127.0.0.1:53550
  1. Open the terminal
  2. Run the command ./install
  3. After successfully installing the dependencies, find the public key file in the root directory, copy the public key
  4. Create a file demos_peerlist.json in the root directory, and copy the demos_peerlist.json.example there and replace the “identity” with your public key.
  1. Run the project ./run