Skip to content

Commit

Permalink
Resolving Evalier's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Genesis3800 committed Nov 29, 2023
1 parent 3a01306 commit ead6d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this article we will cover both scenarios:

### Just show me the example repo!

[Enjoy!](https://github.com/Genesis3800/HardhatInFoundry)
[Enjoy!](https://github.com/foundry-rs/HardhatInFoundry)

If you want to adapt this to a Foundry project you already have or learn how it works, read below:

Expand All @@ -24,7 +24,7 @@ If you want to adapt this to a Foundry project you already have or learn how it
Inside your Foundry project working directory:

1. `npm init -y` - This will set up a `package.json` file.
2. `npm i --save-dev hardhat` - Install Hardhat into the same directory.
2. `npm i --save-dev hardhat` - Install Hardhat as a dev dependency into your project.
3. `npx hardhat init` - Initialize your Hardhat project inside the same directory and choose the "**Create an empty hardhat.config.js**" option. This will create a basic `hardhat.config.js` file.
4. `npm i --save-dev @nomicfoundation/hardhat-foundry @nomicfoundation/hardhat-toolbox` - This will install the hardhat-foundry plugin and the Hardhat toolbox plugin which is a combination of all the basic dependencies you need to run Hardhat tests.

Expand Down

0 comments on commit ead6d94

Please sign in to comment.