Hush lite wallet https://faq.hush.is/sdl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
DenioD 5b9ef9a48c Port to Hush 5 years ago
.github/ISSUE_TEMPLATE Port to Hush 5 years ago
docs Remove Website 5 years ago
lib Port to Hush 5 years ago
res Port to Hush 5 years ago
singleapplication mingw compilation for singleapp 5 years ago
src Port to Hush 5 years ago
.gitignore Port to Hush 5 years ago
.travis.yml Port to Hush 5 years ago
LICENSE Add release script 6 years ago
README.md Update README.md 5 years ago
application.qrc Themeability (#186) 5 years ago
compile_commands.json Port to Hush 5 years ago
public_key.asc #106 - Add public key, verification procedure 5 years ago
silentdragon-lite.pro Port to Hush 5 years ago

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.