A personal-use CLI client to trade cryptocurrency using the Deribit Exchange.
This is a tutorial to get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/string-eureka/tradingClient.git
- Create a new directory for the build files and navigate to it
mkdir build cd build
- Generate the Makefile using CMake
cmake .. make
- Return to the main directory and run the application
cd .. ./EurekaExchange
- You'll all set to use EurekaExchange Client!