Comparison table
| Feature | Public liteservers | TON Center v2 | TON Center v3 | TonAPI | dTON |
|---|---|---|---|---|---|
| Can be self-hosted? | ✅ | ✅ | ✅ | ❌ | ❌ |
| Open-source | ✅ | ✅ | ✅ | 🟡 Limited1 | ❌ |
| Indexer2 | ❌ | ❌ | ✅ | ✅ | ✅ |
| Archival3 | 🟡 Varies | 🟡 Depends on liteserver | ✅ | ✅ | ✅ |
| Proofs4 | ✅ | ❌ | ❌ | ❌ | ❌ |
| Mainnet endpoint | Config | Endpoint | Endpoint | Endpoint | GraphQL |
| Testnet endpoint | Config | Endpoint | Endpoint | Endpoint | GraphQL |
| Source / Deploy guide | Run node / liteserver | Deploy | Source | OpenTonAPI1 | — |
| Documentation | Guide | Docs | Docs | REST, Swagger | Site |
References
- TON node and liteserver source
- Mainnet liteserver config, testnet config
- TON Center landing page
- TON Center v2 (Python, older) source and deploy instructions
- TON Center v2 (C++, newer) source and deploy instructions
- TON Center v3 source and deploy instructions
- TonAPI site, REST docs, Swagger
- OpenTonAPI (limited open-source)
- dTON GraphQL