Skip to content

ddabek/safex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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 stable
OSX with Homebrew
# install multirust
brew update
brew install multirust

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

Generate keys

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

Import base64 bitcoin private key

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

Run some tests

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%