Skip to content

joshuascan/domain-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon DNS App

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

Required Environment Variables for Deployment

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

To Deploy

  1. Run "npx hardhat compile"
  2. Run "npx hardhat run scripts/deploy.js --network mumbai"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published