From c0004cb3e76f8c25b47bdcae179293b2f0622d93 Mon Sep 17 00:00:00 2001 From: NevvDevv <61601037+JustAnotherDevv@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:00:40 +0200 Subject: [PATCH] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c0018..deee9a8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ A decentralized vault-based ENS renewal manager. -> 👷🏽‍♀️ Hackathon Project +![website s1](https://raw.githubusercontent.com/v3xlabs/rescue-name/refs/heads/master/images/Screenshot%202024-10-22%20at%2022.43.35.png) +![website s2](https://raw.githubusercontent.com/v3xlabs/rescue-name/refs/heads/master/images/Screenshot%202024-10-22%20at%2022.47.58.png) + +> 👷🏽‍♀️ Project > -> This project was created at [ETHPrague 2024](https://ethprague.com) +> Initial version of this project was created at [ETHPrague 2024](https://ethprague.com) Simply create a vault, top it up, supply it with a list of names, and anyone can renew your name. @@ -12,6 +15,43 @@ Simply create a vault, top it up, supply it with a list of names, and anyone can The idea is simple. A single smart contract, that manages vault creation, top-up, and renewal. The vault owner can add a list of ENS names to the vault, and anyone can renew the names. The vault owner can top-up the vault with ETH, and the renewer can utilize the ETH for renewing the names. Part of the renewal fee is shared with the renewer, as such to incentivize the renewer to renew the names. +## Key Features + +- 🏦 Secure vault management +- 💰 Flexible vault top-up system +- 📜 Multi-name support +- 🤝 Community-driven renewals +- 💸 Incentivized renewal mechanism + +## Current Status + +### V0 (Current) +- ✅ Core smart contract deployment on Sepolia +- ✅ Basic vault creation and management +- ✅ Manual ENS name reneval system +- ✅ Frontend interface implementation +- ✅ Substream integration for event tracking + +### V1 Roadmap + +#### Q4 2024 +- 🔄 Mainnet deployment +- 🔐 Automated renewals done by running rescue node software +- 🤖 Automated renewal optimization + +#### Q1 2025 +- 📊 Analytics dashboard +- 🔔 Notification system for expiring names +- 💼 Support for other ENS actions e.g. setting records etc. + +## Getting Started + +1. Visit [rescue.name](https://rescue.name) +2. Connect your wallet +3. Create a vault +4. Top up with Sepolia ETH +5. Add ENS names to manage + ## Deployments & Source The smart contracts is deployed on Sepolia, and can be found at [0x78ac7f4856ad34a170ce1b8dd9f9996fc6e5a291](https://sepolia.etherscan.io/address/0x78ac7f4856ad34a170ce1b8dd9f9996fc6e5a291).