Skip to main content

Tools for exporting ICON blockchain data to CSV or JSON

Project description

ICON ETL

Build Status Pypi Version Pypi Version

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

Running Tests

> pip3 install -e .[dev,streaming]
> export ICON_ETL_RUN_SLOW_TESTS=True
> pytest -vv

Running Tox Tests

> pip3 install tox
> tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

icon-etl-0.1.0.tar.gz (15.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page