Skip to content

Lesson 9 : Please explain the Dependencies #6157

Answered by Nlferu
tusharr1411 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @tusharr1411

  1. @nomiclabs/hardhat-ethers:

    • This is a plugin for the Hardhat development environment that integrates the Ethers.js library. It allows you to work with Ethereum smart contracts using Ethers.js within your Hardhat projects. Ethers.js is a popular library for interacting with Ethereum smart contracts and the Ethereum blockchain.
  2. ethers:

    • This is the Ethers.js library itself. It's a JavaScript library that provides a clean and simple API for interacting with Ethereum. @nomiclabs/hardhat-ethers uses ethers under the hood for Ethereum-related functionality.
  3. @nomiclabs/hardhat-etherscan:

    • This is another plugin for Hardhat. It's used for verifying and interacting with …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tusharr1411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants