.
├── contracts # Smart Contacts
├── helper # Hardhat helpers for test and deploy
├── scripts # Scripts for deployment
├── test # Unit tests
├── ... # Config and other files
└── README.md
This project is created with Node 14.17.0, npm 6.14.15. Latest version of node and npm is preferred.
- Install:
npm install - Compile contracts:
npx hardhat compile - Run unit tests:
npx hardhat test - Coverage:
npm run coverage