Skip to content

notional-labs/rpc-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpc-crawler

rpc crawler for researching cosmos networks

This software will take an argument of any open rpc and it will query net_info. Then it will recursively search all open rpc's net_info.

It will output to nodes.toml:

  • total number of nodes
  • successful node urls
  • unsuccessful node urls
  • Open GRPC
  • Open API

Install

go install github.com/notional-labs/rpc-crawler

Usage

to check a local node on 26657:

rpc-crawler

to check a node of your choice:

rpc-crawler https://notionalapi.com/cosmos

About

rpc crawler for researching cosmos networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published