Hardhat Boilerplate A boilerplate hardhat project with sane defaults. solhint eslint prettier typescript typechain dotenv Prerequisities Node.js Install npm install Tasks Build the project npm run build Run tests npm test Lint solidity and typescript code npm run lint Check file formatting npm run lint Generate code coverage npm run coverage