0.0.3 • Published 1 year ago

@subsquid/eth-ingest v0.0.3

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

@subsquid/eth-ingest

Data fetcher for ethereum compatible chains.

It dumps chain blocks (headers, transactions and logs) as JSON lines to stdout.

Usage

npm install -g @subsquid/eth-ingest
Usage: squid-eth-ingest [options]

Data fetcher for ethereum compatible chains

Options:
  -e, --endpoint <url...>  http rpc endpoint
  --concurrency <number>   maximum number of pending data requests allowed (default: 5)
  --from-block <number>    first block to ingest
  --to-block <number>      last block to ingest