ENSIndexer Development and Contributions
This guide covers running ENSIndexer locally for development and contributions.
Configure Environment Variables
Section titled “Configure Environment Variables”cd apps/ensindexercp .env.local.example .env.local
ENSIndexer’s .env.local
should be placed at apps/ensindexer/.env.local
, not at the monorepo root.
Running ENSIndexer
Section titled “Running ENSIndexer”# from monorepo rootpnpm run -F ensindexer dev
# from apps/ensindexerpnpm run dev