Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 360 Bytes

File metadata and controls

41 lines (25 loc) · 360 Bytes

Switch to the right node version:

nvm use 

Install Dependencies:

yarn install 

Build Contracts:

npx hardhat compile 

Test:

npx hardhat test

Generate Test Coverage Report:

npx hardhat coverage 

Generate ABI:

npx hardhat abi-gen

Audit report