yunus433 / zkvote

Mina ZK Vote
Apache License 2.0
10 stars 1 forks source link

Video showing installation and use of this voting app. #3

Open johnshearing opened 1 year ago

johnshearing commented 1 year ago

Greetings, I have been experimenting with Mina because I want to learn to build and run custom voting apps.

I saw your video showing the theory and code.

I would like to learn from your example but I am having trouble installing and using your app.

Specifically, I get the following error at localhost:3000 Error: Error decoding Invalid base58 check length in Non zero curve point compressed

Do you have a video showing how to install and use your voting app? I am hoping your example can get me started.

Much thanks

yunus433 commented 1 year ago

Hello,

I am really happy that you want to learn more about Mina. I think it is a great opportunity to start learning ZK technology an building voting applications.

Unfortunately, as I mentioned in the video as well, this voting application is not yet connected to a UI. You can test it through Vote.test.ts file with npm run test command.

In order to use the application in real life, you should first connect it to an off chain data storage, and then to a frontend UI. I have been working on it before, but unfortunately it is not complete.

If you have any more questions, please feel free to reach me on telegram (my handle is ygurlek), or send me an email (yunusguerlek@gmail.com).

Have a nice day!