Votepack - superkooks/bigw-voting GitHub Wiki

A votepack is a simple JSON file containing candidates for the election as well as the names of trustee voters (to ensure that peers don't make up trustee votes). Whenever starting bigw-voting a votepack must be supplied. When a peer connects to another peer, if it detects that the peer has a different votepack, the program panics.

Example: {"Candidates": ["Candidate 1", "Candidate 2", "Candidate 3", "Candidate 4"], "TrusteeVotes": ["Person3"]}