Browse Source

Update README.md

pull/19/head
Duke Leto 5 years ago
committed by GitHub
parent
commit
48ba5733ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      README.md

20
README.md

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

Loading…
Cancel
Save