Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 432 Bytes

File metadata and controls

19 lines (14 loc) · 432 Bytes

TON Status

Service for monitoring the infrastructure around the TON blockchain.

Installation

git clone https://github.com/tonkeeper/api_monitoring_stats;
cd api_monitoring_stats;
docker compose up -d --build

Optional

If you want to avoid errors, please add the following tokens before running docker compose up

echo  TONCENTER_API_TOKEN=<token> > .env
echo  CHAINSTACK_TOKEN=<token> > .env