npm install
npx hardhat compile
Run all unit tests:
npx hardhat test
For developers, static analysis need to be done before committing code. Read more of SecurityCheck.
npm install
npx hardhat compile
Run all unit tests:
npx hardhat test
For developers, static analysis need to be done before committing code. Read more of SecurityCheck.