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
- Host: GitHub
- URL: https://github.com/drozhkov/crypto-exchange-client-huobi
- Owner: drozhkov
- License: mit
- Created: 2022-09-03T21:08:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T08:10:56.000Z (almost 4 years ago)
- Last Synced: 2025-06-14T05:38:18.580Z (about 1 year ago)
- Topics: cpp, cryptocurrency, cryptocurrency-exchanges, huobi, huobi-api
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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