Files
SilentDragonXLite/README.md
2019-11-01 06:02:38 -04:00

601 B

SilentDragonLite

SilentDragonLite is a GUI wallet for the Hush cryptocoin, which does not require you to download the full blockchain!

Compiling from source

  • silentdragon is written in C++ 14, and can be compiled with g++/clang++/visual c++.
  • It also depends on Qt5, which you can get from here.
  • You'll need Rust v1.37 +

Building on Linux

git clone https://github.com/MyHush/SilenDragonLite
cd SilentDragonLite
qmake silentdragon-lite.pro CONFIG+=debug
make -j$(nproc)

And to run the binary:

./silentdragonlite