Anaytics Dashboard to Track ENS Domain lifecycle
Project Provides Dashboard for ENS Domains, where It's possible to View Life of any ENS Domain ever exists in the history of Ethereum.
We are tracking different lifecycle stages of ENS domain like Domain Registered, Domain Transferred, Domain Renewed.
Dashboard has following features:
Technology Used
ENS Subgraph
Postgres
SQL query
Typescript
I am using below ENS subgraph to pull Data.
https://thegraph.com/explorer/subgraph/ensdomains/ens
Following Entities are pulled and stored in Postgres Tables.
1.RegistrationEvent
Registration
Domain
NameRegistered
NameRenewed
NameTransferred
SQL query is designed to Join different entities and generate Lifecycle of ENS Domain.
Also, Search by ENS Domain Name and Owner address is available, this search is directly performed on the database.