Skip to main content

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

  1. Clone the repo
  2. Install any other pre-requisite packages for Envio listed here
  3. Install with pnpm i
  4. Generate indexing code via pnpm envio codegen
  5. Run the indexer via pnpm envio dev (make sure you have Docker running)
  6. Stop the indexer via envio stop