Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 531 Bytes

HardhatInFoundry

Written to serve as a demo repo for this article in the Foundry book. This repo is a template to use both Hardhat and Foundry together.

To get started:

  1. Clone this repo.
  2. Run npm i && forge install to install dependencies.
  3. Run npx hardhat test to run Hardhat tests.
  4. Run forge test to run Foundry tests.

Please note that this is a basic template meant to augment the tutorial. You can check out a more professional template here.