Zenith - A command-line interface for a Zcash Full Node.
Go to file
Rene V. Vergara A. 83cc1905ad rvv041 - CRUD operations for AddressBook completed
delete record using AddressBookId
2024-05-14 18:17:21 -04:00
app Version bump 2024-05-09 14:09:35 -05:00
src/Zenith rvv041 - CRUD operations for AddressBook completed 2024-05-14 18:17:21 -04:00
test Improve the fee calculation 2024-05-09 10:44:07 -05:00
zcash-haskell@9dddb42bb3 Commit zenith.db created 2024-05-10 22:11:23 -04:00
.gitignore rvv041 - Address Book table added to database 2024-05-12 20:39:48 -04:00
.gitmodules Add `zcash-haskell` submodule 2024-02-22 16:05:08 -06:00
CHANGELOG.md Implement transaction creation 2024-05-03 07:10:08 -05:00
LICENSE Update license to MIT 2024-02-12 15:39:41 -06:00
README.md Update installation instructions 2024-05-09 14:08:49 -05:00
Setup.hs Implement new custom `cabal` build 2024-02-26 09:52:30 -06:00
cabal.project Implement internal change addresses 2024-03-17 07:17:52 -05:00
configure Implement new custom `cabal` build 2024-02-26 09:52:30 -06:00
sapling-output.params Implement transaction creation 2024-05-03 07:10:08 -05:00
sapling-spend.params Implement transaction creation 2024-05-03 07:10:08 -05:00
zebra_openapi.yaml First commit from dev041 (#70) 2024-03-19 21:07:46 +00:00
zenith.cabal Version bump 2024-05-09 14:09:35 -05:00
zenith.cfg Add check of existing db for scan 2024-04-04 13:21:55 -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

README.md

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.

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