- Install Node.js. See Guide for NodeJs
Supported versions:
"engines": {
"node": "^20.0.0",
"npm": "^6.14.15"
}- Install and Build
Install server dependencies:
npm installBuild with lerna:
npx lerna run buildStart the server
npm run server:startStart ui
cd ui/
npm startRunning the Monitor - A service that periodically checks for new contracts on a single chain.
npm run monitor:start