A worker service which maps Algorand block hashes to block numbers and saves them in a Mongo database
- NodeJS
- Docker and Docker Compose
- Clone the project
- Run
npm installto initialize the dependencies and type definitions (Optional) - Run
docker-compose buildto build the image - Run
docker-compose upto start the worker and database