Files
SilentDragonXLite/README.md
2019-10-18 20:31:13 -07:00

701 B

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.