Skip to content

A cli tool to find cosmos chains public rpc nodes and live peers.

License

Notifications You must be signed in to change notification settings

silentnoname/cosmos-node-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosmos-node-finder

A cli tool to find cosmos chains public rpc nodes and live peers.

Description

cosmos-node-finder is a cli tool to find cosmos chains public rpc nodes and live peers. You can get detailed info of these public rpc nodes(latest height,if it is an archive node, validator...)

Thanks to strangelove's https://github.com/strangelove-ventures/tmp2p, now the peer found will be validated.

Warning and Disclaimer

cosmos-node-finder is intended for educational and informational purposes only. Users must not use this tool for illegal activities, such as network attacks or unauthorized data access. Compliance with all applicable laws in your region is required. The developer is not responsible for any misuse or consequences arising from the use of this tool. Use responsibly.

Prerequisites

Install go 1.20 or higher

Build

make install

Usage

Find public rpcs by one rpc

cosmos-node-finder rpcfinder <one public rpc> <chain-id>

for example

cosmos-node-finder rpcfinder https://rpc.evmos.silentvalidator.com:443 evmos_9001-2

Find live peers by one rpc

cosmos-node-finder peerfinder <one public rpc> <chain-id>

for example

cosmos-node-finder peerfinder https://rpc.evmos.silentvalidator.com:443 evmos_9001-2

About

A cli tool to find cosmos chains public rpc nodes and live peers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published