Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 523 Bytes

VotingdApp

Voting Application for the bloxberg network where members vote on various governance related issues.

Running

Since Metamask does not inject into local files you need a simple HTTP server. You can use Python's SimpleHTTPServer with:

###Python 2

python -m SimpleHTTPServer

###Python 3

python -m http.server

or follow instructions here.