Skip to content

0xlucian/hardhat-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors