Replies: 1 comment 3 replies
-
Hello! Thanks for making this issue. Could you try to git clone the repo again? I'm not sure I have enough info to triage this. Have you taken the foundry full course first? |
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.
-
At lesson 16 of Section 3, named 'Write an amazing finding: Proof of code', I ran anvil to make a fake blockchain running as instructed by Patrick. I created a new shell to deploy the PasswordStore to the locally running blockchain. I then ran the DeployPassword script which was found in the 'Makefile'. I ran the 'make deploy' command in the visual studio code terminal to deploy 'PasswordStore' to the address copied on the locally running anvil chain because Patrick said it was time to do so. This was @0.32-47s of this lesson. Upon doing so I got an error that looks like this in my visual studio code terminal,
'Error:
solc exited with signal: 9 (SIGKILL)
make: *** [Makefile:45: deploy] Error 1'
How do I get past this error. I just want to say thanks in advance to the person or persons that would help in this regard.
Beta Was this translation helpful? Give feedback.
All reactions