Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 704 Bytes

File metadata and controls

17 lines (10 loc) · 704 Bytes

Hardhat Template Project

This is an example hardhat project including and example contract and deployment scripts along with some other necessary plugins like hardhat-deploy, @nomicfoundation/hardhat-toolbox and others.

How to use?

Simply execute the following steps :

  • copy/fork this repository
  • yarn (make sure you have yarn installed)
  • hardhat compile - to compile your contracts
  • hardhat deploy- to deploy the contracts (executes deployment scripts from from /deploy directory
  • hardhat test - to executes hardhat unit tests from /test

For more information about hardhat CLI, please refer to Hardhat Documentation