Home

Awesome

Chain Registry Query Tool

Description

This is a command-line utility for querying the Cosmos Chain Registry to test the listed resources for liveliness. The live results are then sorted by ping time on lowest latency to your location. The failed resources are also listed, along with the reason for failure.

Help

Help

Example Output

./chain-registry-query.py stargaze rpc --max_results 10 Example Output

Dependencies

Already available by default:

Usage Example

usage: chain-registry-query.py [-h] chain type [--max_results MAX_RESULTS] [--polkachu] [--no_fileout]

./chain-registry-query.py osmosis rpc --max_results 30 --no_fileout

positional arguments:

optional:

To install

pip install -r requirements.txt