Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 832 Bytes

Dvote

  • Dvote is a General Decentralized Voting Dapp that is Open, Secure and customizable.

  • everyone is allowed to create his own voting sessions and approve which candidates or voters are allowed to participate, this step is required to avoid spam

  • Each voting session has three phases, registration phase and voting phase, and Locked phase.

Dvote.mp4

installation

  • clone, install dependencies and migrate the contract

    git clone https://github.com/revoltez/Dvote
    npm install
    truffle migrate
    
  • cd into client, install the dependencies and start the app

    cd client
    yarn install
    yarn start