Z3: (zebrad)(zaino)(zingo-cli)
zebrad : zcash full node
zaino : zcash blockchain indexer
zingo-cli : zcash command line zaino-proxy client (subset of Zingolib)
Video
Big Picture
- Zcash User Installs/Compiles Zingolib Which gives access to zingo-cli. They can send/recieve ZEC as needed.
- Zingo-cli connects to zaino either locally or via a secure channel online (Zcash user doesnt care how this works!)
- Zaino allows access to either zebrad or zcashd
- Fully synced zebrad is source of truth (no more wallets here!)
Installation
You will need to intall 3 things for this to work correctly. I also recommend screen or something similar to help with screen management
sudo apt install screen
zebrad
Code-highlight
git clone https://github.com/ZcashFoundation/zebra.git
cd zebra
cargo install --git https://github.com/ZcashFoundation/zebra --tag v2.0.1 zebrad
optional (create a screen session for zebrad)
Code-highlight


