Go to file
Aditya Kulkarni 48e5846899 Linux and Windows build 2019-10-28 12:39:41 -07:00
.github/ISSUE_TEMPLATE issue template 2019-07-12 14:28:19 -07:00
docs Remove Website 2019-05-04 12:54:28 -07:00
lib Linux and Windows build 2019-10-28 12:39:41 -07:00
res Build scripts 2019-10-28 11:54:52 -07:00
singleapplication mingw compilation for singleapp 2019-03-18 20:40:50 -07:00
src Linux and Windows build 2019-10-28 12:39:41 -07:00
.gitignore Linux and Windows build 2019-10-28 12:39:41 -07:00
.travis.yml Add libGL for linker 2019-09-27 10:39:47 -07:00
LICENSE Add release script 2018-10-16 14:08:08 -07:00
README.md Update README.md 2019-10-18 20:31:13 -07:00
application.qrc Themeability (#186) 2019-09-27 10:27:15 -07:00
public_key.asc #106 - Add public key, verification procedure 2019-02-19 14:56:26 -08:00
zecwallet-lite.pro Build scripts 2019-10-28 11:54:52 -07:00

README.md

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++.
  • It also depends on Qt5, which you can get from here.
  • 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
make -j$(nproc)

./zecwallet

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.