项目作者: vinhyenvodoi98

项目描述 :
Secure Voting System using Ethereum's Blockchain
高级语言: JavaScript
项目地址: git://github.com/vinhyenvodoi98/Voting-with-ethereum.git
创建时间: 2019-04-21T16:40:38Z
项目社区:https://github.com/vinhyenvodoi98/Voting-with-ethereum

开源协议:

下载


Secure Voting System using Ethereum’s Blockchain

App Interface

App_interface

Essentially, a great decentralized application utilizing blockchain technology allows you perform the same actions you would today (like transferring money) without a trusted third party. The best dApps have a specific real world use-case that leverages the unique characteristics of blockchain.

Voting app with blockchain technology behind a good example because the main issues blockchain solves — transparency, security, accessibility, audibility — are the main problems plaguing current democratic elections.

Prerequisites

  • Node.js 10.x.x
  • npm 6.x.x

This project using React and Truffle to deploy contract

Install

Using terminal

  1. npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

See the section about running tests for more information.

compile contract

  1. yarn truffle compile

deploy contract to ropsten

  1. yarn truffle migrate -f 2 --network ropsten

or deploy contract to rinkebys

  1. yarn truffle migrate -f 2 --network rinkebys