A project of Blockchain
course.
The project demonstrates an election platform used to vote for the teacher of the year in the Blockchain network included working with:
- Smart contracts (with currency based on
ERC20
) written in 'Solidity'. - Allows admins to add a list of voters and candidates.
- Admins can also set a time for the vote to conclude.
- Download and Install:
- Install Truffle globally:
npm install -g truffle
- Run the following commands from within the project folder:
truffle compile
truffle migrate
npm run dev