This repository contains the code for the validator monitoring system. The system is designed to listen signatures request from different networks validate them and store the results in a database.
Requirements:
- docker
- docker-compose
Steps:
- Clone the repository
- Run
docker-compose up
(production) ordocker compose -f docker-compose.dev.yml up
(development) in the root directory of the repository - Access database UI at
http://localhost:8081
.