Denio 804e5d436b Merge pull request #20 from adityapk00/master
Handle multiple send in tx table
2019-10-29 22:40:45 +01:00
2019-10-21 00:16:23 +02:00
2019-05-04 12:54:28 -07:00
2019-10-29 17:42:41 +01:00
2019-10-29 17:42:41 +01:00
2019-10-29 17:42:41 +01:00
2019-10-24 21:02:49 +02:00
2019-10-24 21:02:49 +02:00
2018-10-16 14:08:08 -07:00
2019-10-24 21:02:49 +02:00
2019-10-29 17:42:41 +01:00
2019-10-29 17:42:41 +01:00

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.

Description
No description provided
Readme GPL-3.0 933 MiB
2026-03-21 05:43:59 -05:00
Languages
C++ 62.2%
C 27.6%
CSS 7.5%
Rust 1.1%
QMake 0.7%
Other 0.9%