Skip to content

alexisljn/hardhat-quickstart

Repository files navigation

Hardhat Quickstart

Simple and quick hardhat project for development.

Requirements

  • Docker
  • Make

Commands

Initialisation

make setup

Start

docker compose up to launch container and start hardhat local node

Compilation

make compile

Testing

Read makefile to consult options

make test

Coverage

make coverage

Running scripts

Read makefile to consult options

make run

Miscellaneous

launch hardhat console

make console

launch hardhat container bash

make bash

About

Simple and quick hardhat project for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published