eorc
v0.1.0
Published
EORC-20 indexer
Downloads
4
Readme
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
- https://app.pinax.network/
.env
# Get API key @ app.pinax.network
SUBSTREAMS_API_TOKEN="<API KEY>"
TICKERS="eoss"
EOS_START_BLOCK=345827395