lesson 5 deploying with ganache #2707
-
Hello, Am having a problem deploying the smart contract, the problem is in the line 27. |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Sep 19, 2022
Replies: 2 comments 43 replies
-
hey @Faouzy09 add The final code should look something like this.
|
Beta Was this translation helpful? Give feedback.
8 replies
-
The main part you can copy this; main()
.then(() => process.exit(0))
.catch((e) => {
console.log(e);
process.exit(1);
}); |
Beta Was this translation helpful? Give feedback.
35 replies
Answer selected by
alymurtazamemon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Faouzy09
The main part you can copy this;