-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Add candidate #2
Comments
were you able to solve it ? |
module.exports = { |
Yea it was eventually solved. Now the project is finished. |
can you tell me the solution you used i am facing same problem |
For me it worked out but here is what another person mentioned. "hi, i think i know the problem now. it the solidity version, the vote funcion in sol 0.5.15 doesnt work right. when i change to sol 0.8.28(current patch) the vote funcion red out and doesnt work." Here is the person email : [email protected] Contact him, he'll tell you what exact version of solidity worked. |
What worked for you? |
Can you tell me what issue you are facing. You click the button and nothing happens or is transaction failing? |
Nothing happens |
In src/js/app.js This may seem a foolish thing to do. I am not a javascript developer. But after adding this line for me it worked. |
I have followed the guide and everything is working good except when it comes to adding a candidate for Voting. I cannot add a candidate and a party. In the console I see this error message.
ERROR! Voting has not been deployed to detected network (network/artifact mismatch)
What is causing the error.
The text was updated successfully, but these errors were encountered: