This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Contract deployed at Polygon Mumbai Testnet: 0x5A2cF6539ec39ea379e0420Cb1006CD1Bb653102 Super Mario World Collection contract address at Polygon Mumbai Testnet: 0xef91658689bFb87690CAA4d3Cf9308fbdcd806Cc
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help