Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 844 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 844 Bytes

Voting DApp

Requirements

  • Truffle v4.1.5
  • Solidity ^0.4.21
  • Web3.js 0.20.6
  • npm or python ( for local server )

Run this example

common

git clone https://github.com/solidity-korea/dapp-voting.git
cd dapp

using npm (browserfy, http-server)

npm install
npm start

Now open your browser at http://localhost:8888

using python http.server(SimpleHTTPServer)

git checkout python

python3 -m http.server      // python3  
python -m http.server       // python(3)
python -m SimpleHTTPServer  // python2

Now open your browser at http://localhost:8000

img

Check Contract Transactions