ENS Registrations TV is a real-time dashboard that visualizes Ethereum Name Service (ENS) domain registrations. Built with Python, the application leverages Streamlit for the web interface and Subgrounds for querying The Graph's subgraphs.
- Displays the most recent ENS domain registrations, including the domain name, the owner's address, registration and expiry dates, and the cost in Ether.
- Provides a download link to the latest dataset for further analysis.
- Refreshes data every 5 seconds to ensure the most recent ENS registrations are always displayed.
- Clone the repository:
git clone https://github.com/username/ens-registrations-tv.git
- Navigate to the project directory:
cd ens-registrations-tv
- Install the requirements:
pip install -r requirements.txt
- Start the Streamlit server:
streamlit run app.py
- Navigate to the localhost address provided in the terminal output.
Distributed under the MIT License. See LICENSE for more information.
Check my GH profile!
Project Link: https://github.com/tonykipkemboi/ens-registrations-tv