Skip to content

shapeshed/hardhat-boilerplate

Repository files navigation

Hardhat Boilerplate

ci codecov

A boilerplate hardhat project with sane defaults.

Prerequisities

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