peerplays_migrated/programs/light_client
2015-10-12 13:48:40 -04:00
..
qml [GUI] Add status readout to transaction 2015-08-07 15:14:30 -04:00
Account.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Account.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Asset.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Asset.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Balance.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Balance.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
BoostMultiIndex.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
ChainDataModel.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
ChainDataModel.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
CMakeLists.txt egenesis: Initial implementation of embedded genesis 2015-08-06 12:42:59 -04:00
GrapheneApplication.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
GrapheneApplication.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
GrapheneObject.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
GrapheneObject.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
main.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Operations.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Operations.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
README.md [GUI] Fix CMake error, add README.md 2015-07-14 13:06:32 -04:00
Transaction.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Transaction.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Wallet.cpp Update copyright notice for BitShares 2015-10-12 13:48:40 -04:00
Wallet.hpp Update copyright notice for BitShares 2015-10-12 13:48:40 -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.