safex
WARNING: all code is still in a testing phase!! #install
Building from source
Ubuntu 14.04, 15.04, 15.10
Install Rust Stable
# 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 stableOSX with Homebrew
# install multirust
brew update
brew install multirust
# install stable and make it default
multirust update stable && multirust default stableGenerate bitcoin keys
# download and build safex/safex
git clone https://github.com/safex/safex
cd safex
cargo run --example keysImport base64 bitcoin private key
# download and build safex/safex
git clone https://github.com/safex/safex
cd safex
cargo run --example importRun some tests
# download and build safex/safex
git clone https://github.com/safex/safex
cd safex
cargo run --example testkeys