@@ -27,17 +27,38 @@ wallet developed entirely in RustLang by [ZODL](https://www.zodl.com)
2727
2828| [ GitHub] ( https://github.com/zcash/wallet ) | [ Roadmap] ( https://zcash.github.io/developers/zcash-zcashd-deprecation-dag ) |
2929
30+ ## Zakura
31+
32+ Zakura is a Zcash full node written in Rust. It syncs and validates the Zcash
33+ blockchain, participates in the peer-to-peer network, and provides RPC access
34+ for applications and infrastructure. It can be installed with Cargo or run as
35+ a Docker container.
36+
37+ Zakura contains a wrapper for Zcashd wallet CLI. Use this approach if you need
38+ additional time to migrate to Zebra and Zallet (or Z3).
39+
40+ [ GitHub] ( https://github.com/zakura-core/zakura )
41+
42+ ## Community Maintained Snapshots
43+
44+ [ Zebra Snapshots by ValarGroup] ( https://zebra.valargroup.dev/ ) provides daily,
45+ checksum-verified Zcash mainnet state snapshots in archive and pruned formats.
46+ These snapshots help bring a Zebra node close to the chain tip without syncing
47+ the entire blockchain from scratch.
48+
3049## Legacy (Zcashd)
3150
3251Zcashd is the originary consensus node for Zcash. Forked from Bitcoin-core in 2015,
3352Zcashd has gone through six Network Upgrades and has been the main consensus node
34- since the Zcash network was deployed in October 28th 2016. It's currently being
35- deprecated and will soon be replaced by Zebra when the Network Upgrade 6.3 (NU6.3) is
36- deployed. On July 28th 2026
53+ since the Zcash network was deployed in October 28th 2016. It's currently being
54+ deprecated and will soon be replaced by Zebra when Network Upgrade 6.3 (NU6.3) is
55+ deployed on July 28th, 2026.
3756
57+ ZODL Engineers will be posting updates on this website:
58+ https://z.cash/support/zcashd-deprecation/
3859
39- | [ GitHub] ( https://github.com/zcash/zcash ) | [ Roadmap] ( https://zcash.github.io/developers/zcash-zcashd-deprecation-dag ) | [ Read The Docs] ( https://zcash.readthedocs.io/en/latest/ )
4060
61+ | [ GitHub] ( https://github.com/zcash/zcash ) | [ Roadmap] ( https://zcash.github.io/developers/zcash-zcashd-deprecation-dag ) | [ Read The Docs] ( https://zcash.readthedocs.io/en/latest/ )
4162
4263
4364## Zcash Block Explorer
@@ -56,4 +77,4 @@ Meet the Dev Tool! It's the best way to fiddle around or build a new feature for
5677Zcash! See great examples of how to parse addreses, transactions, sync a wallet
5778or finding out what's what in a transaction.
5879
59- Github: https://github.com/zcash/zcash-devtool
80+ Github: https://github.com/zcash/zcash-devtool
0 commit comments