peerplays_migrated/programs/light_client
2016-01-07 11:44:52 -05:00
..
qml [GUI] Add status readout to transaction 2015-08-07 15:14:30 -04:00
Account.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Account.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Asset.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Asset.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Balance.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Balance.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
BoostMultiIndex.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
ChainDataModel.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
ChainDataModel.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
CMakeLists.txt egenesis: Initial implementation of embedded genesis 2015-08-06 12:42:59 -04:00
GrapheneApplication.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
GrapheneApplication.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
GrapheneObject.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
GrapheneObject.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
main.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Operations.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Operations.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
README.md [GUI] Fix CMake error, add README.md 2015-07-14 13:06:32 -04:00
Transaction.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Transaction.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Wallet.cpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00
Wallet.hpp [License] Modify cpp and hpp headers to MIT #496 2016-01-07 11:44:52 -05:00

== Graphene Client GUI ==

This is a Qt-based native GUI client for Graphene blockchains.

To build this GUI, run cmake with -DBUILD_QT_GUI=ON

This GUI depends on Qt 5.5 or later. If you do not have Qt 5.5 installed in the canonical location on your OS (or if your OS does not have a canonical location for libraries), you can specify the Qt path by running cmake with -DCMAKE_PREFIX_PATH=/path/to/Qt/5.5/gcc_64 as appropriate for your environment.