From 48ba5733ab941873ddb652d70d5953551f5de653 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 1 Nov 2019 06:02:38 -0400 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fc23cac..d1a6433 100644 --- a/README.md +++ b/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 +```