Contract for a Polygon domain name service app, written in solidity and using the Hardhat Ethereum development environment.
Corresponding frontend code can be found here
If deploying this app, you will need to create a .env and include the follow variables:
- ALCHEMYAPI_URL= _Sign up at alchemy and create a new project on the Polygon Mumbai test net
- PRIVATEKEY= _Your wallet private key
- Run "npx hardhat compile"
- Run "npx hardhat run scripts/deploy.js --network mumbai"