Hush lite wallet https://faq.hush.is/sdl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
DenioD 6914279526 fix zs address error 5 years ago
.github/ISSUE_TEMPLATE Port to Hush 5 years ago
docs Remove Website 5 years ago
lib fix zs address error 5 years ago
res merge and updates 5 years ago
singleapplication mingw compilation for singleapp 5 years ago
src fix zs address error 5 years ago
.gitignore fix bug with Balances 5 years ago
.travis.yml more branding, some fixes 5 years ago
LICENSE Add release script 6 years ago
OKtadP.json more branding, some fixes 5 years ago
README.md update README 5 years ago
application.qrc more branding, some fixes 5 years ago
public_key.asc #106 - Add public key, verification procedure 5 years ago
silentdragon-lite.pro merge and updates 5 years ago
silentdragonlite fix to find hush wallet.dat at startup 5 years ago

README.md

SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for hush still in very experimental status! Use it on your own Risk!

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/DenioD/SilenDragonLite.git
cd silentdragon
/path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug
make -j$(nproc)

./silentdragon

Right now, you'll also need to run lightwalletd on your local machine for silentdragon to connect to.

PS: silentdragon is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way.