gocryptotrader
A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
How to download and setup gocryptotrader
Open terminal and run command
git clone https://github.com/thrasher-corp/gocryptotrader.git
git clone is used to create a copy or clone of gocryptotrader repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with gocryptotrader https://github.com/thrasher-corp/gocryptotrader/archive/master.zip
Or simply clone gocryptotrader with SSH
[email protected]:thrasher-corp/gocryptotrader.git