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: about 2 months ago
JSON representation

Stellar Java SDK ported to Qt/C++. Interface to deal with Horizon API

Lists

README

        

# StellarQtSDK
Stellar SDK for Qt/C++. Interface to deal with Horizon API

To 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)