Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.18 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.18 KB

ibc-data

Repo for sharing tools/resources to access data related to IBC.

  • IBC data dashboards

  • failed_packets.py: Queries the selected chain for failed IBC packets based on the specified time period. Uses the IOBScan API.

  • chain-registry-ibc-go-versions.py: Uses the chain registry api to return ibc-go, Cosmos SDK, and CosmWasm versions of Cosmos chains. The script writes the data to a .csv file called 'chain_data.csv' on your local machine.

  • ibc-go_chain-versions.py: Web scraping file that returns the ibc-go version of 47 IBC-enabled chains. The script writes the data to .csv file called 'ibc-go_versions.csv' on your local machine.

  • ica-enabled-chains.py: Web scraping file that provides info on which chains have enabled the ICA-controller or host functionality. Returns data for 38 IBC-enabled chains.

  • relayer-fees.py: Returns data on fees paid by relayers on the selected chain.