Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 720 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 720 Bytes

hardhat-base-template

Starter repo to create Hardhat projects. Includes Hardhat, Mocha, Chai

To create a Hardhat project with this template

  1. git clone https://github.com/consensus-collective/hardhat-base-template
  2. yarn install
  3. yarn hardhat init
  4. yarn hardhat compile : Check if tests compile

Libraries included:

  • hardhat
  • ethers
  • chai
  • typescript
  • ts-node
  • typechain
  • @nomicfoundation/hardhat-chai-matchers
  • @nomicfoundation/hardhat-ethers
  • @nomicfoundation/hardhat-network-helpers
  • @nomicfoundation/hardhat-toolbox
  • @nomicfoundation/hardhat-verify
  • @typechain/ethers-v6
  • @typechain/hardhat
  • @types/chai
  • @types/mocha
  • @types/node
  • hardhat-gas-reporter
  • solidity-coverage