This is a hardhat boiler starter project for smart contract development.
- Hardhat for smart contract development.
- solhint for solidity coding.
- Coverage for check missing logic and untested codes.
- Waffle.js for writing unit test.
-
test/lib.ts this is a library to setup all testing environments.
-
helpers/contract.ts this is a file to deploy contracts when writing unit tests
-
helpers/types.ts this is a file to define all contract types.