All Projects → ZcashFoundation → Zecwallet

ZcashFoundation / Zecwallet

Licence: mit
A z-address first full node and UI wallet for zcash

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Zecwallet

Solar
🌞 Stellar wallet. Secure and user-friendly.
Stars: ✭ 117 (-27.78%)
Mutual labels:  wallet
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-22.22%)
Mutual labels:  wallet
Trezor Suite
🍬 Trezor Suite Monorepo
Stars: ✭ 144 (-11.11%)
Mutual labels:  wallet
Lnwallet
Bitcoin Lightning Wallet for Android
Stars: ✭ 118 (-27.16%)
Mutual labels:  wallet
Mobile Wallet
A reference implementation of Mifos platform wallet and payment capabilities
Stars: ✭ 123 (-24.07%)
Mutual labels:  wallet
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-16.05%)
Mutual labels:  wallet
Hotfix
一种轻量级的可以通过苹果审核的热修复方案,可以替代JSPatch的热修复方案。
Stars: ✭ 114 (-29.63%)
Mutual labels:  wallet
Passkit Generator
The easiest way to generate custom Apple Wallet passes in Node.js
Stars: ✭ 157 (-3.09%)
Mutual labels:  wallet
Ethereum Wallet
Native Ethereum Wallet - iOS
Stars: ✭ 125 (-22.84%)
Mutual labels:  wallet
Arcbit Ios
arcbit - iOS bitcoin wallet http://arcbit.io
Stars: ✭ 142 (-12.35%)
Mutual labels:  wallet
Coinselect
An unspent transaction output (UTXO) selection module for bitcoin.
Stars: ✭ 121 (-25.31%)
Mutual labels:  wallet
Monero Python
A comprehensive Python module for handling Monero cryptocurrency
Stars: ✭ 122 (-24.69%)
Mutual labels:  wallet
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (-13.58%)
Mutual labels:  wallet
Ddn
DDN, Data Delivery Network, a next generation blockchain system
Stars: ✭ 118 (-27.16%)
Mutual labels:  wallet
Canoe
Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
Stars: ✭ 146 (-9.88%)
Mutual labels:  wallet
Vessel
Desktop wallet for the Hive blockchain
Stars: ✭ 116 (-28.4%)
Mutual labels:  wallet
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: ✭ 133 (-17.9%)
Mutual labels:  wallet
Dharma Smart Wallet
An upgradeable, meta-transaction-enabled smart wallet for earning interest on stablecoins while retaining custody of funds, with an added security backstop provided by Dharma Labs.
Stars: ✭ 159 (-1.85%)
Mutual labels:  wallet
Simpleos
EOSIO Blockchain Interface & Wallet
Stars: ✭ 157 (-3.09%)
Mutual labels:  wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-12.96%)
Mutual labels:  wallet

ZecWallet Fullnode is a z-Addr first, Sapling compatible wallet and full node for zcashd that runs on Linux, Windows and macOS.

Screenshot Screenshots

Installation

Note: Zecwallet Fullnode will download the entire blockchain (about 26GB), and requires some familiarity with the command line. If you don't want to download the blockchain but prefer a Lite wallet, please check out Zecwallet Lite.

Head over to the releases page and grab the latest installers or binary. https://www.zecwallet.co

Linux

If you are on Debian/Ubuntu, please download the '.AppImage' package and just run it.

./Zecwallet.Fullnode-1.4.3.AppImage

If you prefer to install a .deb package, that is also available.

sudo apt install -f ./zecwallet_1.4.3_amd64.deb

Windows

Download and run the .msi installer and follow the prompts. Alternately, you can download the release binary, unzip it and double click on zecwallet.exe to start.

macOS

Double-click on the .dmg file to open it, and drag Zecwallet Fullnode on to the Applications link to install.

zcashd

ZecWallet needs a Zcash node running zcashd. If you already have a zcashd node running, ZecWallet will connect to it.

If you don't have one, ZecWallet will start its embedded zcashd node.

Additionally, if this is the first time you're running ZecWallet or a zcashd daemon, ZecWallet will download the Zcash params (~777 MB) and configure zcash.conf for you.

Compiling from source

ZecWallet is written in Electron/Javascript and can be build from source. Note that if you are compiling from source, you won't get the embedded zcashd by default. You can either run an external zcashd, or compile zcashd as well.

Pre-Requisits

You need to have the following software installed before you can build Zecwallet Fullnode

git clone https://github.com/ZcashFoundation/zecwallet.git
cd zecwallet

yarn install
yarn build

To start in development mode, run

yarn dev

To start in production mode, run

yarn start

Troubleshooting Guide & FAQ

Please read the troubleshooting guide for common problems and solutions. For support or other questions, tweet at @zecwallet or file an issue.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].