alcueca / solidity-mentorship

An use case by use case program to learn solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registry

alcueca opened this issue · comments

Using Paul R Berg excellent solidity template, code a registry inspired by the Hashmasks name registry, but with some changes to make it easier.

  1. Users (identified by an address) can claim a name, which is recorded on-chain.
  2. Once a name has been claimed, no other user can claim it.
  3. A name owner can release a name.
  4. An user can claim any number of names.

The contract should be fully tested (example), deployed on the Kovan testnet (example TBA), and verified in Etherscan (example TBA).