0.1.0 • Published 5 months ago

eorc v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

EORC-20 Indexer

Allows to index EORC-20 inscription op codes from EOS EVM blocks.

Install

$ npm -g install eorc20

Usage

$ eorc20 --eos-start-block 345827395 --ticker eoss

Outputs the following JSONL files to disk:

  • eorc.jsonl (EORC-20 events)
  • blocks.jsonl (EOS EVM blocks)

Get API key

.env

# Get API key @ app.pinax.network
SUBSTREAMS_API_TOKEN="<API KEY>"
TICKERS="eoss"
EOS_START_BLOCK=345827395