Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 387 Bytes

Bybit Cpp client

A Cpp client to interact with Bybit's Restful API.

Installation

Download the source code and compile

$ cd ~/sourceCodeDir/
$ cmake .
$ make

Please note that the cpp client depend on openssl and curl lib.

You can install them by following command:

$ apt-get install openssl
$ apt-get install libcurl4-openssl-dev