-
$ yarn install- Install all dependencies -
$ echo PK="PRIVATE_KEY" > .env- Add testing private key -
$ npx hardhat compile- Compile all contracts -
$ npx hardhat test- Run all tests -
Migrations are inside
scripts/folder. -
Tests are inside
test/folder.
- v1.1 audit version