ENS Indexer
This repo contains an Envio indexer template built using TypeScript for indexing events from the ENS (Ethereum Name Service) contracts.
The indexer has been built using v0.0.37 of Envio.
Steps to run the indexer
- Clone the repo
- Install any other pre-requisite packages for Envio listed here
- Install with
pnpm i
- Generate indexing code via
pnpm envio codegen
- Run the indexer via
pnpm envio dev
(make sure you have Docker running)
- Stop the indexer via
envio stop