|
| 1 | +# Services and Infrastructure |
| 2 | +The Namada mainnet and testnet are supplemented by a variety of services and infrastructure that improve the UX of interacting with the blockchain. |
| 3 | +These include: |
| 4 | +- RPC: a node used to query the blockchain directly. |
| 5 | +- Namada Indexer: a filtered database off-chain that stores information in useful forms for common queries. |
| 6 | +- MASP Indexer: a database off-chain for shielded pool transactions that allows for optimized syncing that is needed to query or transact in the shieled pool. |
| 7 | +- Namadillo: a front-end user interface for transacting on-chain |
| 8 | +- Block Explorer: a web interface for discovering information about the current state of the blockchain |
| 9 | + |
| 10 | +### Accessing services |
| 11 | +Many teams contribute to the support and maintenance of these services, including Heliax, which operates production-grade instances of each of these services. |
| 12 | +The Heliax public endpoints for infra are: |
| 13 | +- Namadillo |
| 14 | + - Mainnet: https://namadillo.app |
| 15 | + - Testnet: https://testnet.namadillo.app |
| 16 | + - Docs [here](../users/namadillo/overview.mdx) |
| 17 | +- Block Explorer |
| 18 | + - Mainnet: https://namada.world |
| 19 | + - Testnet: https://testnet.namada.world |
| 20 | +- RPC |
| 21 | + - Mainnet: https://rpc.mainnet.siuuu.click |
| 22 | + - Testnet: https://rpc.testnet.siuuu.click |
| 23 | +- Namada Indexer |
| 24 | + - Mainnet: https://indexer.mainnet.siuuu.click |
| 25 | + - Testnet: https://indexer.testnet.siuuu.click |
| 26 | + - API: https://namada-net.github.io/namada-indexer/#/ |
| 27 | +- MASP Indexer |
| 28 | + - Mainnet: https://masp.mainnet.siuuu.click |
| 29 | + - Testnet: https://masp.testnet.siuuu.click |
| 30 | + - API: https://namada-net.github.io/namada-masp-indexer/#/ |
| 31 | + |
| 32 | +Furthermore, there are several places to discover other community-run infra and services. |
| 33 | +The current primary base is on [namada.community](https://namada.community/infrastructure-services), which pulls its data from the [namada-ecosystem github repo](https://github.com/Luminara-Hub/namada-ecosystem/tree/main/user-and-dev-tools). |
| 34 | +This is an actively maintained resource for finding active IBC relayers, RPC providers, Namadillo front-end instances, active indexers, state snapshot providers and more. |
| 35 | + |
| 36 | +Other block explorers and Namadillo instances can also be found on https://namada.net/apps as well. |
0 commit comments