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 08a5e3ffca rebranding to SD 5 years ago
.github/ISSUE_TEMPLATE Port to Hush 5 years ago
docs Remove Website 5 years ago
lib rebranding to SD 5 years ago
res rebranding to SD 5 years ago
singleapplication mingw compilation for singleapp 5 years ago
src rebranding to SD 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 rebranding to SD 5 years ago
application.qrc rebranding to SD 5 years ago
compile_commands.json 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
silentdragonlite rebranding to SD 5 years ago

README.md

silentdragon-lite 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/adityapk/silentdragon-lite.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.