@evergonlabs/tmi-protocol-indexer
v0.11.2
Published
This EVM-networks indexer is built on top of [ponder.sh](https://github.com/ponder-sh/ponder)
Downloads
1,118
Readme
Overview
This EVM-networks indexer is built on top of ponder.sh
Scripts
start— run indexer for productionstart:dev— run indexer for dev environment
Networks mode
The network selection is determined by the networks mode:
dev— anvilprod— sepolia (mainnet will be added soon)
Production
Database
In production you must specify which database schema it should use. This can be done through:
- as
DATABASE_SCHEMAenv variable - as
--schemaCLI option with the start script
To pass the postgres URI you should use env variables:
POSTGRES_URI— connection uri to postgres instance
RPC nodes
Indexer requires RPC node of a network you will need to index. To provide it you should pass following env variables per network:
SEPOLIA_RPC— Sepolia
