Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 302 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 302 Bytes

Hardhat Project Boilerplate

Starting project with typescript hardhat boilerplate

Instruction

  • Compile:
npm run compile
  • Run test:
npm run test
  • Deploy
npm run deploy:<network>
  • Verify on etherscan
npx hardhat verify --network rinkeby <YOUR_CONTRACT_ADDRESS>