Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 329 Bytes

File metadata and controls

12 lines (9 loc) · 329 Bytes

This Project Demonstrates a Basic Hardhat Use Case. This Comes With a Sample Contract, a Test For That Contract, and a Script That Deploys That Contract.

Try Running Some Of The Following Tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js