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

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

Poloniex crypto exchange C++ client
https://github.com/drozhkov/crypto-exchange-client-poloniex

cpp cryptocurrency cryptocurrency-exchange-software cryptocurrency-exchanges poloniex poloniex-api

Last synced: over 1 year ago
JSON representation

Poloniex crypto exchange C++ client

Awesome Lists containing this project

README

          

# WARNING: unreliable exchange!!!
# Poloniex crypto exchange C++ client

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

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

## usage