https://github.com/drozhkov/crypto-exchange-client-mexc
MEXC crypto exchange C++ client
https://github.com/drozhkov/crypto-exchange-client-mexc
cpp cryptocurrency-exchanges mexc mexc-api
Last synced: over 1 year ago
JSON representation
MEXC crypto exchange C++ client
- Host: GitHub
- URL: https://github.com/drozhkov/crypto-exchange-client-mexc
- Owner: drozhkov
- License: mit
- Created: 2023-10-27T07:11:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T07:33:12.000Z (over 2 years ago)
- Last Synced: 2025-01-23T17:15:47.880Z (over 1 year ago)
- Topics: cpp, cryptocurrency-exchanges, mexc, mexc-api
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MEXC crypto exchange C++ client
## dependencies
- CMake (3.8+)
- boost (1.75+)
- openssl
## build
```bash
mkdir .build
cd .build
cmake ..
cmake --build .
```
## usage