Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAnotherDevv authored Oct 22, 2024
1 parent bec55d5 commit c0004cb
Showing 1 changed file with 42 additions and 2 deletions.
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,56 @@

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.

## Abstract

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).
Expand Down

0 comments on commit c0004cb

Please sign in to comment.