Skip to content

dallyshalla/tropix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tropix

trade automator for cryptocurrency exchange

#install

Building from source

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

# download and build tropix
git clone https://github.com/dallyshalla/tropix
cd tropix
cargo run --bin bittrexcli
OSX with Homebrew
# install multirust
brew update
brew install multirust

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

# download and build tropix
git clone https://github.com/dallyshalla/tropix
cd tropix
cargo run --bin bittrexcli

About

trade automator for cryptocurrency exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages