Replies: 3 comments 5 replies
-
Hey regarding your first error "I getting the "No Artifact found" error" : For the Second question please check your deploy script from Patricks GitHub repo it seems
you need to break this in 3 line. first line(backticks and language name continous) and last line will be of only backticks and between first and last line there will be your code |
Beta Was this translation helpful? Give feedback.
-
you are missing a require statement in your
|
Beta Was this translation helpful? Give feedback.
-
Make a repo, I will look into it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have deleted the Greeter.sol contract and done everything as per what Patrick asked us to do. But when I run yarn hardhat test, I've been getting this error. When I tried to see where am I getting the "No Artifact found" error from, I saw that I have a deploy.js in my scripts folder. Do I need to tend to it as Patrick hasn't asked us to make any changes to it.
And as for the second No Contract FundMe found, I have no clue why I'm getting that error. Can someone please guide me?
(P.S. sorry for the bad formatting. Don't know how to end the ``` command. Guide me for that too please?)
Beta Was this translation helpful? Give feedback.
All reactions