EORC-20 Indexer
Allows to index
EORC-20inscription op codes from EOS EVM blocks.
Install
$ npm -g install eorc20Usage
$ eorc20 --eos-start-block 345827395 --ticker eossOutputs 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=3458273950.1.0
2 years ago