Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnogalm/StellarQtSDK
Stellar Java SDK ported to Qt/C++. Interface to deal with Horizon API
https://github.com/bnogalm/StellarQtSDK
Last synced: 2 months ago
JSON representation
Stellar Java SDK ported to Qt/C++. Interface to deal with Horizon API
- Host: GitHub
- URL: https://github.com/bnogalm/StellarQtSDK
- Owner: bnogalm
- License: mpl-2.0
- Created: 2017-10-12T10:25:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T20:55:11.000Z (about 1 year ago)
- Last Synced: 2024-08-04T00:12:12.135Z (6 months ago)
- Language: C++
- Size: 2.19 MB
- Stars: 26
- Watchers: 2
- Forks: 15
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stellar - C++ SDK - C++ SDK by bnogalm; (Development / SDKs)
- awesome-stellar - C++ SDK
- awesome-stellar-cn - C++ SDK
README
# StellarQtSDK
Stellar SDK for Qt/C++. Interface to deal with Horizon APITo include the SDK, just add it in your .pro file
include($$PWD/StellarQtSDK/StellarQtSDK.pri)
To see how to work with the SDK, check the two examples included.
There is also a guide to setup the environment and create your first app on the [wiki](https://github.com/bnogalm/StellarQtSDK/wiki)