update silentdragonlib
This commit is contained in:
16
README.md
16
README.md
@@ -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._
|
||||
|
||||
Reference in New Issue
Block a user