-
Notifications
You must be signed in to change notification settings - Fork 10
Registrar contract according to ENS #1
Comments
Found a concept article about ENS The yellow paper proposal is here Currently ENS is running on a test net and not available via Mist browser whatsoever Here are some contract examples |
Some obvious links devcon talk documentation source official web frontend explorer |
ENS already has a defined contract for simple first-in-first-served registration https://github.com/ethereum/ens/blob/master/FIFSRegistrar.sol |
And by the way, I don't know what is the plan, but could be better to not delete/clear registered domain after the meetup. |
@yann300 We won't clear the registered names after meetup. Maybe the clearing discussion was related to the last sentence in #3 description ? ("Furthermore, there should be at most one successful register attempt per sender.") If we want at most one attempt per sender per meetup we need to keep track of who registered on this meetup in the proxy. And this will be cleared with deleting of proxy... |
So it seems to me that for this registrar contract we need at least:
|
This task is about writing a registrar contract following the ENS specification.
This contract should have an owner that can control it
The text was updated successfully, but these errors were encountered: