Voting system. I want to create a block chain that can allow someone to cast a vote be completely anonymous but I want it to insure that person only votes once. It has been done trick is getting the masses to believe it is fair and true

Need block chain for elections where a person can vote and be anonymous yet the block chain can insure that person only votes once. Fair and true

Check out this smart contract solution for permissioned voting: Example Permissioned Voting Stateful Smart Contract Application | Algorand Developer Portal

3 Likes

We implemented in one of our Algo Builder templates.
The Algo Builder projects allow for better code management, more efficient integration and testability. In the next Office Hour, Algo Builder will be presented with focus on testing projects an smart contracts.

1 Like

For permissionless votes you have Block’n’Poll application, already deployed on Algorand TestNet (here’s the solution).

NOTE: this application does not ensure that people vote once, but should be pretty easy to include the Permissioned version since the solution repo is public.