Use this guide when you want to index ERC20 token data (transfers, balances, etc.) on Berachain using Envio’s indexer (schema + handlers).Documentation Index
Fetch the complete documentation index at: https://berachain-422fce37-feat-nodes-section-reno.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Repository
- Code: github.com/berachain/guides/tree/main/apps/envio-indexer-erc20
- README (raw): raw README
Requirements
- Node (see README), npm
- Envio CLI/config if deploying to Envio
Stack
Envio, TypeScript/JavaScript, schema + event handlers.Quick start
- Clone and install
- Configure Envio (chain: Berachain, contract addresses if fixed). See README for Envio workflow.
- Build and run/deploy the indexer; query indexed data per Envio docs.