Skip to content

DavidKatz-il/colmanElection

Repository files navigation

colmanElection

Introduction

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.

Installation

  1. Download and Install:
    1. NodeJS
    2. Ganache - personal Ethereum blockchain
    3. MetaMask - crypto wallet
  2. Install Truffle globally: npm install -g truffle
  3. Run the following commands from within the project folder:
    1. truffle compile
    2. truffle migrate
    3. npm run dev

The Project is based on:

Authors