Replies: 1 comment 3 replies
-
I have done this but is it a lot different than what Patrick is using? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Just making this for anyone that gets unsure on what to do at 8:26:33 in the video when creating their hardhat project.
Hardhat has updated their setup which no longer includes 'Create a basic simple project' so when you're setting it up you need to select 'Create a JavaScript project' by doing:
in a new folder and then:
This will not install the dependencies needed in this project so you need to run this after creating the project:
I hope this helped,
-Inc8g
Beta Was this translation helpful? Give feedback.
All reactions