Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 authored Oct 28, 2019
1 parent 48e5846 commit 4ab596a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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++.
Expand All @@ -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._

0 comments on commit 4ab596a

Please sign in to comment.