This project showcases a basic Hardhat setup. It includes a sample smart contract, a test suite for that contract, and a deployment script.
You can try running the following commands:
npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js