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 edfbbe2da9 set conf 2, merge upstream update 5 years ago
.github/ISSUE_TEMPLATE Port to Hush 5 years ago
docs Remove Website 5 years ago
lib set conf 2, merge upstream update 5 years ago
res fix builds 5 years ago
singleapplication mingw compilation for singleapp 5 years ago
src set conf 2, merge upstream update 5 years ago
.gitignore fix builds 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 fix builds 5 years ago
Silentdragonlite set conf 2, merge upstream update 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 set conf 2, merge upstream update 5 years ago

README.md

SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for Hush.

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

./silentdragonlite

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