Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 434 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 toncenters error please add toncenter token before running docker compose up

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