🎉 First off, thanks for taking the time to contribute! 🎉
Go to ARCHITECTURE.md
Install the dependencies.
npm install
The Validator History Service only supports Postgres. You'll need to create a database, but the Validator History Service will create the schema for you.
npm run lint
Linting setup as described here.
npm test
The Validator History Service runs on port 3000.
Environment variables are read from the .env
file. Copy the variables from .env.example.
You may run the processes like this:
npm run startConnectionsDev & npm run startApiDev
You can start the three processes separately with:
npm run startConnectionsDev
npm run startApiDev
npm run startCrawlerDev