update silentdragonlib

This commit is contained in:
DenioD
2019-10-21 14:02:23 +02:00
parent 5b9ef9a48c
commit e3f29d8183
11 changed files with 276 additions and 276 deletions

View File

@@ -1,20 +1,20 @@
ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
silentdragon-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
## Compiling from source
* ZecWallet is written in C++ 14, and can be compiled with g++/clang++/visual c++.
* 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 +
### Building on Linux
```
git clone https://github.com/adityapk/zecwallet-lite.git
cd zecwallet
/path/to/qt5/bin/qmake zecwallet-lite.pro CONFIG+=debug
git clone https://github.com/adityapk/silentdragon-lite.git
cd silentdragon
/path/to/qt5/bin/qmake silentdragon-lite.pro CONFIG+=debug
make -j$(nproc)
./zecwallet
./silentdragon
```
Right now, you'll also need to run `lightwalletd` on your local machine for Zecwallet to connect to.
Right now, you'll also need to run `lightwalletd` on your local machine for silentdragon to connect to.
_PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._
_PS: silentdragon is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._