Zenith - A modern wallet for the Zebra Zcash node.
Find a file
Rene V. Vergara 2a3bdf0f65 rvv001 - GUI -- Import Viewing Key and Seed Phrase
QR generation added for new Vks and Seed_Phrases
2025-02-27 13:11:48 -05:00
app feat: implement importvk 2025-02-17 09:30:09 -06:00
assets Squashed commit of the following: 2025-01-29 14:02:48 -06:00
src/Zenith rvv001 - GUI -- Import Viewing Key and Seed Phrase 2025-02-27 13:11:48 -05:00
test feat: implement importvk 2025-02-17 09:30:09 -06:00
zcash-haskell@ffc71152ad feat: implement new version of VK decode 2025-02-19 14:31:11 -06:00
.gitignore Squashed commit of the following: 2025-01-29 14:02:48 -06:00
.gitmodules chore: point to dev version of ZH 2025-02-08 06:58:10 -06:00
cabal.project feat: enable VK fields 2025-02-14 09:22:07 -06:00
cabal.project.freeze Maintenance (#106) 2024-12-16 16:08:50 +00:00
CHANGELOG.md feat(core): import seed phrase 2025-02-24 08:01:51 -06:00
configure Improve configure script 2024-07-16 08:55:18 -05:00
install Add install script 2024-07-16 09:08:48 -05:00
LICENSE Update license to MIT 2024-02-12 15:39:41 -06:00
README.md rvv041 - README.md updated 2024-06-01 20:20:38 -04:00
Setup.hs Implement new custom cabal build 2024-02-26 09:52:30 -06:00
zebra_openapi.yaml First commit from dev041 (#70) 2024-03-19 21:07:46 +00:00
zenith-openrpc.json docs(rpc): finalize importvk 2025-02-17 09:48:10 -06:00
zenith.cabal fix: correct balance calculation for VK 2025-02-20 13:15:28 -06:00
zenith.cfg rvv001 - Added comments to zenith.cfg 2025-02-15 08:53:34 -05:00

Zenith

                         ______          _ _   _
                        |___  /         (_) | | |
                           / / ___ _ __  _| |_| |__
                          / / / _ \ '_ \| | __| '_ \
                         / /_|  __/ | | | | |_| | | |
                        /_____\___|_| |_|_|\__|_| |_|
                             Zcash Full Node CLI

Please don't upload to GitHub

Zenith is a wallet for the Zebra Zcash node . It has the following features:

  • Creating new wallets.
  • Creating new accounts.
  • Creating new Unified Addresses.
  • Listing transactions for specific addresses, decoding memos for easy reading.
  • Copying addresses to the clipboard.
  • Sending transactions with shielded memo support.
  • Address Book for storing frequently used zcash addresses

Installation

  • Install dependencies:
    • Cabal
    • Zebra
    • Cargo
      • Install cargo-c:
        cargo install cargo-c
        
    • xclip
    • libsecp256k1-dev
    • libxss-dev
    • libxrandr-dev
  • Clone the repository.
git clone https://git.vergara.tech/Vergara_Tech/zenith.git
cd zenith
git submodule init
git submodule update --remote
  • Install using cabal:
cabal install

Configuration

  • Copy the sample zenith.cfg file to your home directory and update the values of your Zebra host and port.

Usage

Note: This is beta software under active development. We recommend to use it on testnet. Zenith runs on the network Zebra is running, to use the testnet you need to configure your Zebra node to run on testnet.

From the location where the configured zenith.cfg file is placed, use zenith cli to start.

Zenith will attempt to connect to the node and start up, the app will guide you through the creation of the first wallet.

Support

If you would have any questions or suggestions, please join us on our Support channel