Skip to content

illing2005/polygon-name-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon Name Service (PNS)

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, ...

Deployment:

Frontend:

The frontend is deployed using github pages:

https://illing2005.github.io/polygon-name-server/

Contracts

The smart contracts are deployed to the mumbai test network:

Domains: 0x87b2a28Cb7AB3C59D7dA867DE9B7521E7a2E61FE

Features

Frontend

  • 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)

Solidity Contracts

  • implement the ERC721 token standard.
  • uses on chain metadata storage

Screenshot from 2022-02-23 11-32-08

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published