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

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

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