Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 330 Bytes

Simple Hardhat Project

For some Quick play

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat compile
npx hardhat run scripts/<deployScript> --network polygon_mumbai
OR
npx hardhat run scripts/<deployScript> --network sepolia