This project will contain exercises in solidity.
Test
npx hardhat test
Start node
npx hardhat node
Deploy
npx hardhat run scripts/deploy_XXX.ts
Test with gas report
REPORT_GAS=true npx hardhat test
To deploy on localhost network:
npx hardhat --network localhost run scripts/deploy_XXX.js