Skip to content

BrandonBartram98/Polygon-L2-ENS

Repository files navigation

Polygon Layer-2 Ethereum Name Service

  • React
  • Solidity smart contracts
  • Polygon Mumbai Testnet Deployment
  • MetaMask Wallet API

Connect to MetaMask wallet and mint custom domains into NFTs

Run Locally

npm i
npx hardhat run scripts/deploy.js
npm start

Hardhat

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help