Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 468 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  TONX_API_TOKEN=<token> > .env
echo  CHAINSTACK_TOKEN=<token> > .env