Update README.md

This commit is contained in:
Duke Leto
2019-11-01 06:02:38 -04:00
committed by GitHub
parent 36932445ac
commit 48ba5733ab

View File

@@ -1,6 +1,10 @@
SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for hush still in very experimental status! Use it on your own Risk!
# SilentDragonLite
SilentDragonLite is a GUI wallet for the [Hush](https://myhush.org) cryptocoin, which does not require you to download the full blockchain!
## 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](https://www.qt.io/download).
* You'll need Rust v1.37 +
@@ -8,13 +12,13 @@ SilenDragonLite is z-Addr first, Sapling compatible wallet lightwallet for hush
### Building on Linux
```
git clone https://github.com/DenioD/SilenDragonLite.git
cd silentdragon
/path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug
git clone https://github.com/MyHush/SilenDragonLite
cd SilentDragonLite
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.
And to run the binary:
_PS: silentdragon is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._
```
./silentdragonlite
```