Skip to content

string-eureka/tradingClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A personal-use CLI client to trade cryptocurrency using the Deribit Exchange.

Application Setup

This is a tutorial to get a local copy up and running follow these simple steps.

Build the project locally

  1. Clone the repo
    git clone https://github.com/string-eureka/tradingClient.git
  2. Create a new directory for the build files and navigate to it
    mkdir build
    cd build 
  3. Generate the Makefile using CMake
    cmake ..
    make
  4. Return to the main directory and run the application
    cd ..
    ./EurekaExchange
  5. You'll all set to use EurekaExchange Client!

About

A personal-use CLI client to trade cryptocurrency using the Deribit Exchange.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published