Browse Source

Merge pull request #20 from MyHush/denio

denio to dev
pull/21/head
Denio 5 years ago
committed by GitHub
parent
commit
80983f5386
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md
  2. 2
      silentdragon-lite.pro
  3. 2
      src/version.h

8
README.md

@ -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
```

2
silentdragon-lite.pro

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

2
src/version.h

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

Loading…
Cancel
Save