About Dev Dependencies #3137
-
So I want to know why exactly are we using these dev dependencies and lets say I'm starting from scratch then how will I know what dependencies to use.
And why are we doing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @VeerniVishwanath in those links you will find good definitions that might help you to understand them: Which plugins should you use? The only answer I can think of is that you will have to install the ones you will need to create a robust development environment for your project. Luckily Patrick has taught us several plugins but here you can find a list of Hardhat plugins and their functionalities. |
Beta Was this translation helpful? Give feedback.
Hello @VeerniVishwanath in those links you will find good definitions that might help you to understand them:
About Dependencies and DevDependencies
About hardhat-deploy-ethers
Which plugins should you use? The only answer I can think of is that you will have to install the ones you will need to create a robust development environment for your project. Luckily Patrick has taught us several plugins but here you can find a list of Hardhat plugins and their functionalities.