Browse Source

Update README.md

pull/14/head
adityapk00 5 years ago
committed by GitHub
parent
commit
4ab596af50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -1,4 +1,4 @@
ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
Zecwallet-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++.
@ -9,12 +9,10 @@ ZecWallet-lite is z-Addr first, Sapling compatible wallet lightwallet for Zcash
```
git clone https://github.com/adityapk/zecwallet-lite.git
cd zecwallet
cd zecwallet-lite
/path/to/qt5/bin/qmake zecwallet-lite.pro CONFIG+=debug
make -j$(nproc)
./zecwallet
./zecwallet-lite
```
Right now, you'll also need to run `lightwalletd` on your local machine for Zecwallet to connect to.
_PS: ZecWallet is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._
_PS: Zecwallet-Lite is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._

Loading…
Cancel
Save