8000 GitHub - revoltez/Dvote: General Decentralized Voting Dapp with customizable sessions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

revoltez/Dvote

Repository files navigation

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
    

Releases

No releases published

Packages

No packages published
0