Skip to content

Commit 8b29d83

Browse files
authored
Merge pull request #600 from vkokosh/explorers-and-indexers-improvements
Adding information about explorers, monitoring
2 parents c003607 + 2694c82 commit 8b29d83

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/develop/dapps/apis/toncenter.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ There are different ways to connect to blockchain:
1818
- ❌ Simplified. It's not possible to receive information where you need an indexed TON API.
1919
- ❌ HTTP-Middleware. You can't fully trust server responses, unless server augments blockchain data with [Merkle proofs](/develop/data-formats/proofs) to allow validation that it is genuine.
2020

21+
## Monitoring
22+
23+
* [status.toncenter](https://status.toncenter.com/) - shows all full network nodes and validators that were active during the last hour, as well as various statistics on them.
24+
* [Tonstat.us](https://tonstat.us/) - provides a real-time Grafana-based dashboard that shows the status of all TON-related APIs, where data is updated every 5 minutes.
25+
* [tonqueues.vladimirlebe.dev](https://tonqueues.vladimirlebe.dev/) - provides a real-time Grafana-based dashboard showing various statistics (such TPS, etc.).
26+
2127
## RPC Nodes
2228

2329
* [GetBlock Nodes](https://getblock.io/nodes/ton/) — connect and test your dApps using GetBlocks Nodes
@@ -37,6 +43,14 @@ Indexers allow to list jetton wallets, NFTs, transactions by certain filters, no
3743
- Public TON Index can be used: tests and development are for free, [premium](https://t.me/tonapibot) for production - [toncenter.com/api/v3/](https://toncenter.com/api/v3/).
3844
- Run your own TON Index with [Worker](https://github.com/toncenter/ton-index-worker/tree/36134e7376986c5517ee65e6a1ddd54b1c76cdba) and [TON Index API wrapper](https://github.com/toncenter/ton-indexer).
3945

46+
### Anton
47+
48+
Written in Go, Anton is an open source The Open Network blockchain indexer available under the Apache Licence 2.0. Anton is designed to provide a scalable and flexible solution for developers to access and analyze blockchain data. Our goal is to help developers and users understand how the blockchain is being used, as well as make it possible for developers to add their own contracts with their own message schemas to our explorer.
49+
50+
* [Project GitHub](https://github.com/tonindexer/anton) - to run your own indexer
51+
* [Swagger API documentation](https://github.com/tonindexer/anton), [API Query Examples](https://github.com/tonindexer/anton/blob/main/docs/API.md) - to use, study the documentation and examples
52+
* [Apache Superset](https://github.com/tonindexer/anton) - use to view data
53+
4054
### GraphQL Nodes
4155

4256
GraphQL nodes act as indexers as well.

docs/participate/explorers.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,20 @@ This explorer is specifically designed for Non-Fungible Tokens (NFTs) on the TON
146146

147147
- URL: https://ton.nftscan.com/
148148

149+
## TonStat
150+
151+
Displays various statistics such as number of registered network addresses and wallets, volume of Toncoin burned, volume of Toncoin staked, volume of NFTs issued, number of validators and a number of other metrics.
152+
153+
### Features
154+
155+
- Convenient for regular users
156+
- Useful information for traders, such as daily volume
157+
- DeFi information
158+
159+
### Links
160+
161+
- URL: https://www.tonstat.com/
162+
149163
## Want to be in this list?
150164

151165
Please, write to one of the [maintainers](/docs/contribute/maintainers.md).

0 commit comments

Comments
 (0)