Zenith - A modern wallet for the Zebra Zcash node.
Find a file
Rene V. Vergara 3da6a57d50 rvv001 - Issue 0085 - URI support implemented in GUI
- Support to generate a ZIP-321 formatted string
		      using a Transparent, Sapling or Unified address
 		      is available.
2025-01-12 15:51:43 -05:00
app Merge branch 'master' of git.vergara.tech:Vergara_Tech/zenith into branch 'rvv001' 2025-01-10 09:58:46 -05:00
assets Add TX display 2024-06-27 09:19:26 -05:00
src/Zenith rvv001 - Issue 0085 - URI support implemented in GUI 2025-01-12 15:51:43 -05:00
test rvv001 - URI string generation in progress 2025-01-11 13:22:30 -05:00
zcash-haskell@a28edcb599 rvv001 - Issue 0085 - URI support implemented (GUI & TUI) 2025-01-10 09:49:34 -05:00
.gitignore rvv001 - Issue 085 - [Zenith GUI] Read a payment URI 2024-12-30 21:00:57 -05:00
.gitmodules Fix #111 (#112) 2025-01-09 15:01:00 +00:00
cabal.project Fix #111 (#112) 2025-01-09 15:01:00 +00:00
cabal.project.freeze Maintenance (#106) 2024-12-16 16:08:50 +00:00
CHANGELOG.md Fix #111 (#112) 2025-01-09 15:01:00 +00: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 Milestone 3: RPC server, ZIP-320 (#104) 2024-11-21 15:39:18 +00:00
zenith.cabal rvv001 - URI string generation in progress 2025-01-11 13:22:30 -05:00
zenith.cfg rvv001 - Viewing Key Display feature added to GUI module. 2024-12-22 13:57:13 -05:00
zenith_er.bmp 2024-05-10 - Initial commit from dev041 2024-05-10 21:07:19 -04:00
zenith_er.png 2024-05-10 - Initial commit from dev041 2024-05-10 21:07:19 -04: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