Cosmos ETL
Last updated Aug 3, 2023
14
Stars
3
Forks
1
Issues
0
Stars/day
Attention Score
3
Language breakdown
No language data available.
▸ Files
click to expand
README
Cosmos ETL
Cosmos ETL lets you convert cosmos blockchain data into convenient formats like CSV and JSON. This project was inspired by ethereum etl.Quickstart
Install cosmos-etl pypi package> pip install cosmos-etl
Export blocks
> cosmosetl export_blocks -s 2000000 -e 2001000 -p https://tendermint.bd.evmos.org:26657 -o blocks.csv
Export transactions and events
> cosmosetl exporttransactionsand_events -s 2000000 -e 2001000 -p https://tendermint.bd.evmos.org:26657 -to transactions.csv -eo events.csv
Get block range for date
> cosmosetl getblockrangefordate -p https://tendermint.bd.evmos.org:26657 -d 2022-05-12
Get block range for timestamps
> cosmosetl getblockrangefortimestamps -p https://tendermint.bd.evmos.org:26657 -s 1661708854 -e 1661808854🔗 More in this category