Simple dashboard to see the source of ENS registrations according to ENSIP 14 (draft).
On-chain analytics powered by sort.xyz.
- Install dependencies
yarn install
- Create a
.env
file and enter your Sort API key
cp .env.example .env
- Run the app
yarn dev