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 a8db580803 fix Github link, port for Hush 5 years ago
.github/ISSUE_TEMPLATE Port to Hush 5 years ago
docs Remove Website 5 years ago
lib fix Github link, port for Hush 5 years ago
res rebranding to SD 5 years ago
singleapplication mingw compilation for singleapp 5 years ago
src fix Github link, port for Hush 5 years ago
.gitignore rebranding to SD 5 years ago
.travis.yml Port to Hush 5 years ago
LICENSE Add release script 6 years ago
README.md update README 5 years ago
application.qrc rebranding to SD 5 years ago
public_key.asc #106 - Add public key, verification procedure 5 years ago
silentdragon-lite.pro rebranding to SD 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.