From 32cbe3650fb9df309b4efb65c0a050a6164e0f1c Mon Sep 17 00:00:00 2001 From: Lucemans Date: Sun, 2 Jun 2024 02:06:30 +0000 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cf9065..eb98949 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ An decentralized vault-based ENS renewal manager. -Simply create a vault, top it up, supply it with a list of names, and anyone can renew your name. - > > 👷🏽‍♀️ Hackathon Project > > 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. @@ -17,6 +17,7 @@ The idea is simple. A single smart contract, that manages vault creation, top-up ## Team This project was built together with [NevvDevv.eth](https://github.com/JustAnotherDevv) and [luc.eth](https://github.com/lucemans). + A special thank you goes out to [Yash Goyal](https://github.com/yashgo0018) for co-debugging the substream tooling. ## Copyright