A boilerplate hardhat project with sane defaults.
npm install
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
Boilerplate hardhat project with typescript
A boilerplate hardhat project with sane defaults.
npm install
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
Boilerplate hardhat project with typescript
MIT License