Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 178 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 178 Bytes

Poloniex crypto exchange C++ client

dependencies

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

build

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

usage