PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

I copied the code but it still doesn't work #69

Closed wangyangv1 closed 2 years ago

wangyangv1 commented 2 years ago
image
jamaltheatlantean commented 2 years ago

Can you just paste your deploy script so people can see it instead? saying you copied the code isn't really helpful for you or anyone trying to help you out.

wangyangv1 commented 2 years ago
image

Can you just paste your deploy script so people can see it instead? saying you copied the code isn't really helpful for you or anyone trying to help you out.

always encounter unexpected problems

image
wangyangv1 commented 2 years ago
image

Are these due to package version mismatches? This is giving me a huge headache

wangyangv1 commented 2 years ago
image

I code exactly what the class says, but there are so many bad problems

jamaltheatlantean commented 2 years ago

I''l start with the last one, HH303 is an error from hardhat. You do not have a deploy task downloaded. On your terminal paste npm hardhat install -D hardhat-deploy || or yarn if that's what you use.

jamaltheatlantean commented 2 years ago

As for the rest i'll start by saying i use javascript and not typescript so i don't know if its from the mix of package version, but you're still not showing the error message you're getting. I could only address the last frame because i saw the error message.

wangyangv1 commented 2 years ago

As for the rest i'll start by saying i use javascript and not typescript so i don't know if its from the mix of package version, but you're still not showing the error message you're getting. I could only address the last frame because i saw the error message.

Thank you, have you finished this tutorial? I followed the steps of the video exactly, but I keep failing, the first few tasks I have done well

PatrickAlphaC commented 2 years ago

Can you:

  1. Make this a discusson on the full repo? https://github.com/smartcontractkit/full-blockchain-solidity-course-js/
  2. Follow this section for formatting questions? https://www.youtube.com/watch?t=19846&v=gyMwXuJrbJQ&feature=youtu.be