Service for monitoring the infrastructure around the TON blockchain.
git clone https://github.com/tonkeeper/api_monitoring_stats;
cd api_monitoring_stats;
docker compose up -d --build
If you want to avoid errors, please add the following tokens before running docker compose up
echo TONCENTER_API_TOKEN=<token> > .env
echo TONX_API_TOKEN=<token> > .env
echo CHAINSTACK_TOKEN=<token> > .env