This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.
Try running some of the following tasks:
npx hardhat help
delpoy
npx hardhat ignition deploy ./ignition/modules/MyContract.ts --network mainnet
verify
hardhat verify 0x181deCBaFE0F85e8c3EfBb80167fE0F6e743Ba65 ZZTEST ZZTEST --network mainnet