@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development!
|
SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development!
|
||||||
|
|
||||||
|
[](https://postimg.cc/fSVf880D)
|
||||||
|
|
||||||
|
[](https://postimg.cc/mcZMdm0J)
|
||||||
|
|
||||||
|
[](https://postimg.cc/KkThwDSd)
|
||||||
|
|
||||||
## PRIVACY NOTICE
|
## PRIVACY NOTICE
|
||||||
|
|
||||||
SilentDragonLite contacts a few different external websites to get various bits of data. * coingecko.com for price data API * explorer.myhush.org for explorer links * dexstats.info for address utilities, hush-lightwallet.de to get Data.
|
SilentDragonLite contacts a few different external websites to get various bits of data. * coingecko.com for price data API * explorer.myhush.org for explorer links * dexstats.info for address utilities, hush-lightwallet.de to get Data.
|
||||||
@@ -26,3 +32,5 @@ cd silentdragonlite
|
|||||||
./Silentdragonlite
|
./Silentdragonlite
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
|
|||||||
QT += widgets
|
QT += widgets
|
||||||
QT += websockets
|
QT += websockets
|
||||||
|
|
||||||
TARGET = Silentdragonlite
|
TARGET = SilentDragonLite
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
#define APP_VERSION "1.1"
|
#define APP_VERSION "1.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user