Skip to content

Commit

Permalink
Update builders/build/eth-api/dev-env/hardhat.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <eshaben@icloud.com>
  • Loading branch information
themacexpert and eshaben committed Apr 11, 2024
1 parent 414fb8f commit 7d1080c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/build/eth-api/dev-env/hardhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ If you are planning on using any plugins with your project, you'll need to insta
For this example, you can install the `hardhat-ethers` plugin and import it into the configuration file. This plugin provides a convenient way to use the [Ethers.js](/builders/build/eth-api/libraries/ethersjs/){target=\_blank} library to interact with the network.

```bash
npm install @nomicfoundation/hardhat-ethers ethers@6
npm install @nomicfoundation/hardhat-ethers ethers
```

Additionally, you'll need to install the `hardhat-ignition-ethers` plugin to enable deployment of smart contracts with Hardhat Ignition. You can install it with the following command:
Expand Down

0 comments on commit 7d1080c

Please sign in to comment.