Skip to content
Martinnikoltchev edited this page Aug 13, 2013 · 1 revision

Written By: Martin Nikoltchev

#Usage Compiling and running the tap is easily accomplished by building an artifact. In The InteliJ IDEA IDE go to Build -> Build Artifacts... -> BallotScanner

The jar will then be compiled and automatically pull in the /path/to/starvote/STAR-Vote/out/BallotScanner as BallotScanner.jar

With the jar built, you can simply cd to the jar directory and :

$ java -jar BallotScanner.jar [serial number]

#Introduction The Web Server hosts a web site that shows users all challenged ballots, allowing them to insure that their ballots where cast correctly using the ballot ID on their receipt. The site also has a list of committed ballots where the voter may see that his committed ballot was counted through its ballot ID.

Clone this wiki locally