An open API service indexing awesome lists of open source software.

https://github.com/drozhkov/crypto-exchange-client-huobi

Huobi crypto exchange C++ client
https://github.com/drozhkov/crypto-exchange-client-huobi

cpp cryptocurrency cryptocurrency-exchanges huobi huobi-api

Last synced: 5 months ago
JSON representation

Huobi crypto exchange C++ client

Awesome Lists containing this project

README

          

# Huobi crypto exchange C++ client

## dependencies
- CMake (3.8+)
- boost (1.75+)
- openssl

## build
```bash
mkdir .build
cd .build
cmake ..
cmake --build .
```

## usage