This is a simple name server service for the Polygon Network. Users can mint domains (.matic) which resemble are human readable name of their wallet address.
The smart contract could be extended to store more information like email, profile picture, ...
The frontend is deployed using github pages:
https://illing2005.github.io/polygon-name-server/
The smart contracts are deployed to the mumbai test network:
Domains: 0x87b2a28Cb7AB3C59D7dA867DE9B7521E7a2E61FE
- users mint their domain name
- uses OpenSea API to display already minted tokens
- shows minte domain name of current user in the header (instead of connected wallet address)
- implement the ERC721 token standard.
- uses on chain metadata storage