In Lesson-7 Hardhat FundMe "hardhat-deploy" plugin seems redundant and overly complex #573
umair-mirza
started this conversation in
General
Replies: 1 comment 1 reply
-
Thanks for the feedback! If you prefer using just the normal deployment way, you can! The reason we like hardhat-deploy is that it keeps track of all our deployments for us, and allows us to cycle through deploy scripts easily without any customization. But yes, a lot of projects don't use hardhat-deploy, so feel free to just use the deploy scripts if you'd like! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just a personal opinion but having the deployment process modified with an external hardhat-deploy plugin and all the new weird syntax feels overwhelming. The standard way of deploying via deploy.js was much better and non-confusing.
I have been attending another bootcamp and they never used hardhat-deploy or hardhat-deploy-ethers for deployments. Just the standard way of creating a deploy.js script is good enough. I think it's better to not over-simplify some things because it can end up creating further confusion for students. Otherwise, I absolutely love how the instructor is teaching the course. By far the best teacher I've come across my whole career.
Beta Was this translation helpful? Give feedback.
All reactions