bpolitiadis / vaim_mvp_hardhat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Solidity 76.5%Language:TypeScript 23.1%Language:Shell 0.3%