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
- Host: GitHub
- URL: https://github.com/drozhkov/crypto-exchange-client-poloniex
- Owner: drozhkov
- License: mit
- Created: 2022-03-08T00:07:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T20:14:38.000Z (over 1 year ago)
- Last Synced: 2025-01-23T17:15:50.127Z (over 1 year ago)
- Topics: cpp, cryptocurrency, cryptocurrency-exchange-software, cryptocurrency-exchanges, poloniex, poloniex-api
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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