ICON ETL
ICON ETL lets you convert ICON blockchain data into convenient formats like CSVs and relational databases.
Full documentation available here.
Quickstart
Install ICON ETL:
pip3 install icon-etl
Export blocks and transactions:
> iconetl export_blocks_and_transactions --start-block 0 --end-block 500000 \
--blocks-output blocks.csv --transactions-output transactions.csv
Export logs and receipts:
> iconetl export_receipts_and_logs --transaction-hashes hashes.txt \
--receipts-output receipts.csv --logs-output logs.csv
Running Tests
> pip3 install -e .[dev]
> export ICON_ETL_RUN_SLOW_TESTS=True
> pytest -vv
Running Tox Tests
> pip3 install tox
> tox
Release files for icon-etl 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| icon-etl-0.1.3.tar.gz | 17.0 kB | Details |
Release files / icon-etl-0.1.3.tar.gz
| Download URL | icon-etl-0.1.3.tar.gz |
|---|---|
| Size | 17.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
15c318db110ef81987c7a2da9ad24aef5996f8dc388c295c2e43862ab142a771
|
|
BLAKE2b-256 checksum How to use checksums |
7530230a15ea0c4588f6fdee0c884fdfe4f222d9bb1d83810a48e2cf1535c8f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.9
|