A small organization has decided, to use a new vote system.
All voters are known to the organization and are whitelisted using their Ethereum address.
They can submit new proposals during a proposal registration session and can vote on proposals only during the voting session.
When the administrator has tallied the votes, the vote is closed.
Few rules:
✔️ Voting is not secret for users added to the Whitelist.
✔️ Each voter can see the votes of others.
✔️ The winner is determined by simple majority.
✔️ The proposal that gets the most votes wins.
This project will require that you have already installed
- Yarn
- Node
- Git
If you are familiar with git and the terminal, here are few steps to follow
git clone https://github.com/waymaiker/voting-system.git
cd nextjs-voting-system
yarn install
# Start the Client on localhost:3000/
yarn dev