Aditya Kulkarni db46fe0e88 Upgrade lib.
Fixes #9
2019-10-31 15:00:03 -07:00
2019-07-12 14:28:19 -07:00
2019-05-04 12:54:28 -07:00
2019-10-31 15:00:03 -07:00
2019-10-28 11:54:52 -07:00
2019-10-28 12:39:41 -07:00
2019-09-27 10:39:47 -07:00
2019-09-27 10:27:15 -07:00
2018-10-16 14:08:08 -07:00
2019-10-28 12:41:05 -07:00

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/adityapk00/zecwallet-lite.git
cd zecwallet-lite
/path/to/qt5/bin/qmake zecwallet-lite.pro CONFIG+=debug
make -j$(nproc)

./zecwallet-lite

PS: Zecwallet-Lite is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way.

Description
No description provided
Readme GPL-3.0 933 MiB
2026-03-21 05:43:59 -05:00
Languages
C++ 62.2%
C 27.6%
CSS 7.5%
Rust 1.1%
QMake 0.7%
Other 0.9%