Skip to content

safex/vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status This is still under development, and should be treated as testing.

Install Rust Ubuntu 14.04, 15.04, 15.10
# install rust stable
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh

# install stable and make it default
sudo multirust update stable
sudo multirust default stable
Install Rust OSX with Homebrew
# install multirust
brew update
brew install multirust

# install stable and make it default
multirust update stable && multirust default stable

Validate a poll with votes in same directory

# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin validate

Forming a poll

# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin poll

Voting on a poll

# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin vote

Generate random base64 && base58(WIF) private bitcoin and public key pair

# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin keys