Cycles burn leaderboard for ICP. Like CoinGecko, but for cycle consumption.
Live: https://xknwi-uaaaa-aaaak-qu4oq-cai.icp0.io/
- GitHub Actions runs hourly to collect cycle balances from ~2900 tracked canisters
- Data is committed to
data/live/snapshots.json(7 days of hourly history) - Frontend fetches data directly from GitHub - no redeployment needed for updates
See CLAUDE.md for detailed architecture and development instructions.
# Deploy frontend (only needed for code changes)
./scripts/deploy.sh
# Run data collection locally
cd scripts && npm run collectMIT