Skip to content

Commit 337fd60

Browse files
authored
Merge pull request #457 from namada-net/brent/infra
improve infra docs
2 parents d28be27 + fdc036d commit 337fd60

File tree

4 files changed

+39
-7
lines changed

4 files changed

+39
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"mainnets": "Mainnets",
33
"testnets": "Testnets",
4+
"services": "Public infra and services",
45
"starting-network": "Starting a network"
56
}

packages/docs/pages/networks/mainnets.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ The following table describes the hard-forks and the corresponding software vers
3737

3838
### Services and infrastructure
3939

40-
There are several places to discover available infra and services with APIs for accessing Namada data.
41-
42-
The primary knowledge 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/mainnet).
43-
This is an actively maintained resource for finding RPC nodes to connect to, active IBC relayers, Namadillo front-end instances, active indexers, state snapshot providers and more.
44-
45-
Block explorers and Namadillo instances can also be found on https://namada.net/apps.
40+
Please see [here](./services.mdx).
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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.

packages/docs/pages/networks/testnets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ This testnet has been shut down and is no longer running. Please use Housefire t
1616

1717
### Services and infrastructure
1818

19-
The best way to discover infrastructure and services publicly available on the testnets is to consult the files in the [`namada-ecosystem`](https://github.com/Luminara-Hub/namada-ecosystem/tree/main/user-and-dev-tools/testnet) repo.
19+
Please see [here](./services.mdx).

0 commit comments

Comments
 (0)