Skip to content

mintthemoon/cosmos-rpc-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosmos-rpc-check

Validates RPC endpoints are properly configured for public infrastructure.

Usage

Check all servers in the default kujira-infra.txt list:

npm run start

Check custom server(s):

node src/main.js <url1> [<url2> ...]

Checks

  • CORS: Cross-origin access policy should be open (*) or not defined
  • Synced: Node should be caught up with the latest blocks
  • Indexing: Node should have transaction indexing enabled for queries

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published