Skip to content

drozhkov/crypto-exchange-client-huobi

Repository files navigation

Huobi crypto exchange C++ client

dependencies

  • CMake (3.8+)
  • boost (1.75+)
  • openssl

build

mkdir .build
cd .build
cmake ..
cmake --build .

usage