peerplays_migrated/programs/light_client
2015-08-07 15:14:30 -04:00
..
qml [GUI] Add status readout to transaction 2015-08-07 15:14:30 -04:00
Account.cpp [GUI] Add transaction signing 2015-07-29 17:56:37 -04:00
Account.hpp [GUI] Implement transaction broadcasting 2015-07-31 17:56:27 -04:00
Asset.cpp [GUI] Early work on visualizing a transaction 2015-07-27 16:59:55 -04:00
Asset.hpp [GUI] Early work on visualizing a transaction 2015-07-27 16:59:55 -04:00
Balance.cpp [GUI] Break up ClientDataModel.{c,h}pp into many files 2015-07-22 11:10:52 -04:00
Balance.hpp [GUI] Break up ClientDataModel.{c,h}pp into many files 2015-07-22 11:10:52 -04:00
BoostMultiIndex.hpp Add missing header 2015-07-22 14:56:02 -04:00
ChainDataModel.cpp [GUI] Transfers now work! 2015-08-03 11:59:02 -04:00
ChainDataModel.hpp [GUI] Transfers now work! 2015-08-03 11:59:02 -04:00
CMakeLists.txt egenesis: Initial implementation of embedded genesis 2015-08-06 12:42:59 -04:00
GrapheneApplication.cpp [GUI] Fix build after Ben's chain_id changes 2015-08-07 15:13:43 -04:00
GrapheneApplication.hpp [GUI] Implement transaction broadcasting 2015-07-31 17:56:27 -04:00
GrapheneObject.cpp Fixes 2015-07-22 13:17:49 -04:00
GrapheneObject.hpp [GUI] Remove broken toQstring function 2015-07-24 13:57:51 -04:00
main.cpp [GUI] Add status readout to transaction 2015-08-07 15:14:30 -04:00
Operations.cpp [GUI] Fix build on Linux 2015-08-05 22:54:03 -04:00
Operations.hpp [GUI] Add option to encrypt transfer memos 2015-07-31 17:56:27 -04:00
README.md [GUI] Fix CMake error, add README.md 2015-07-14 13:06:32 -04:00
Transaction.cpp [GUI] Add status readout to transaction 2015-08-07 15:14:30 -04:00
Transaction.hpp [GUI] Add status readout to transaction 2015-08-07 15:14:30 -04:00
Wallet.cpp [GUI] Implement transaction broadcasting 2015-07-31 17:56:27 -04:00
Wallet.hpp [GUI] Implement transaction broadcasting 2015-07-31 17:56:27 -04: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.