Skip to content

Track the source of ENS registrations via ENSIP 14

Notifications You must be signed in to change notification settings

gskril/ens-registrations

Repository files navigation

ENS Registrations Dashboard

Simple dashboard to see the source of ENS registrations according to ENSIP 14 (draft).

On-chain analytics powered by sort.xyz.

How to run

  1. Install dependencies
yarn install
  1. Create a .env file and enter your Sort API key
cp .env.example .env
  1. Run the app
yarn dev