can not find artifact "OurToken" #1342
Unanswered
AlexK020908
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Let me know if this helps |
Beta Was this translation helpful? Give feedback.
2 replies
-
@AlexK020908 contracts folder name was wrong and semi-colon was missing after pragma statement in OurToken contract, I have compiled it going to push to your repo check that. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy the OurToken contract by myself, but whenever I try to deploy it the following error comes up
can not find artifact "OurToken"
I think the problem is that my program does not create an artifact folder when I run
yarn hardhat compile
I have installed the dependencies correctly
does anyone know the issue?
deploy file :
ourToken:
link to repo is below
https://github.com/AlexK020908/ERC-20-TOKEN
Beta Was this translation helpful? Give feedback.
All reactions