Skip to content

solidity-korea/dapp-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published