Tools
Namada Node Finder
Namada Node Finder is a command-line tool for discovering public RPC nodes and active peers for Namada.
GitHubKey Features
- Discover public RPC nodes
- Find active peers
- Retrieve detailed node information (latest block height, archive node status, validator information, etc.)
Usage
-
Installation: Ensure Go 1.21 or higher is installed, then run:
git clone https://github.com/silentnoname/cosmos-node-finder.git
cd cosmos-node-finder
make install -
Find public RPC nodes:
cosmos-node-finder rpcfinder <public RPC> <chain-id>
-
Find active peers:
cosmos-node-finder peerfinder <public RPC> <chain-id>
For more details, visit the GitHub repository.