Skip to content

Simple boilerplate for getting started quickly developing Hardhat projects.

Notifications You must be signed in to change notification settings

gabrielstoica/hardhat-boilerplate

Repository files navigation

Hardhat Boilerplate

Simple boilerplate for getting started quickly developing Hardhat projects.

Installation

  1. Clone this repository to your local machine:
git clone https://github.com/gabrielstoica/hardhat-boilerplate
  1. Change directory to the cloned project:
cd hardhat-boilerplate
  1. Install dependencies:
yarn install
  1. Update the hardhat.config.js file and .env with your deployment configurations and network settings, such as PRIVATE_KEY, INFURA_API_KEY or POLYGONSCAN_API_KEY.
  2. Compile the contracts:
yarn hardhat compile
  1. Deploy the Box contract to the localhost or a live network by using the hardhat-deploy plugin:
yarn hardhat deploy

Contributing

Contributions to this Hardhat boilerplate template are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

About

Simple boilerplate for getting started quickly developing Hardhat projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published