Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 447 Bytes

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