dappuniversity / eth-todo-list

Blockchain Todo App Tutorial Powered by Ethereum Smart Contracts
549 stars 549 forks source link

invalid address error in create task action #5

Closed alifakoor closed 3 years ago

alifakoor commented 3 years ago

Hi dear Gregory First off, I'm so thankful for dappuniversity, it is so cool. I'm new to Blockchain so I read your article about creating a todo list with Ethereum I wrote my codes exactly you said in your article, but I got an error in the 'formatter.js' file when I want to submit a new task. This is the error: Uncaught (in promise) Error: invalid address Can you help me with that, please?

stonekase commented 3 years ago

The below is the same issue i guess. Hope you used the same version of libraries in the tutorial ?

https://github.com/dappuniversity/eth-todo-list/issues/4#issue-700629113

alifakoor commented 3 years ago

The below is the same issue i guess. Hope you used the same version of libraries in the tutorial ?

#4 (comment)

Thank you @stonekase it's solved.