Merge pull request #20 from MyHush/denio

denio to dev
This commit is contained in:
Denio
2019-11-12 19:40:36 +01:00
committed by GitHub
3 changed files with 10 additions and 2 deletions

View File

@@ -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!
[![Front.png](https://i.postimg.cc/KjNpvVGk/Front.png)](https://postimg.cc/fSVf880D)
[![Sendtab.png](https://i.postimg.cc/25hwSJTk/Sendtab.png)](https://postimg.cc/mcZMdm0J)
[![Neueslogo.png](https://i.postimg.cc/63j67MH5/Neueslogo.png)](https://postimg.cc/KkThwDSd)
## 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.
@@ -26,3 +32,5 @@ cd silentdragonlite
./Silentdragonlite
```

View File

@@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h
QT += widgets
QT += websockets
TARGET = Silentdragonlite
TARGET = SilentDragonLite
TEMPLATE = app

View File

@@ -1 +1 @@
#define APP_VERSION "1.1"
#define APP_VERSION "1.0.1"