
# 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 multirust
brew update
brew install multirust
# install stable and make it default
multirust update stable && multirust default stable# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin validate# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin poll# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin vote# download and build safex/vote
git clone https://github.com/safex/vote
cd vote
cargo run --bin keys