Having trouble setting up hardhat #1825
-
after writing command "yarn hardhat" first time inside the vs code terminal,I was shown the logo of the hardhat.Then I was asked:What do you want to do? while in the video,patrick showed that he was asked different questions. Is this normal? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, that is fine. Hardhat was updated recently. Accounts was a sample task, nothing to worry about. If you want, I can tell you how to use the old version of Hardhat until you are comfortable through the preliminary stages of Hardhat in the course. I can give you the code for accounts too, if you want. |
Beta Was this translation helpful? Give feedback.
-
Yes it's just a version difference. As stated before you can try to work with older versions of hardhat so everything looks like patricks Folder but I would advise just continuing and if he works with a file that you don't have just copy it from the repo when the file is not in there he will likely delete it or it is irrelevant. If it is in the .gitignore just create it and type his code or search online for a replacement. At least that's the way I did it. |
Beta Was this translation helpful? Give feedback.
Yes, that is fine. Hardhat was updated recently. Accounts was a sample task, nothing to worry about.
If you want, I can tell you how to use the old version of Hardhat until you are comfortable through the preliminary stages of Hardhat in the course. I can give you the code for accounts too, if you want.