Skip to content

Commit 07a68c4

Browse files
authored
Merge pull request #4 from zecdev/april-18
Update dashboard to April 18th + contributing
2 parents 1aefe4d + fdeda1d commit 07a68c4

File tree

3 files changed

+48
-4
lines changed

3 files changed

+48
-4
lines changed

β€Žsrc/content/zcash-z3/contributing.mdxβ€Ž

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,47 @@
55
GitHub: https://github.com/zcash/wallet
66

77
Currently the Zallet team is developing the RPC API of the wallet. There are a
8-
lot of issues to grab and contribute!
8+
lot of issues to grab and contribute!
9+
10+
11+
## Zaino
12+
13+
GitHub: https://github.com/zingolabs/zaino
14+
15+
Zaino is an indexer for the Zcash blockchain implemented in Rust.
16+
17+
Zaino provides all necessary functionality for "light" clients (wallets and other
18+
applications that don't rely on the complete history of blockchain) and "full"
19+
clients / wallets and block explorers providing access to both the finalized chain
20+
and the non-finalized best chain and mempool held by either a Zebra or Zcashd
21+
full validator.
22+
23+
## Zebra
24+
25+
GitHub: https://github.com/ZcashFoundation/zebra
26+
27+
[Zebra](https://zebra.zfnd.org/) is a Zcash full-node written in Rust.
28+
Zebra implements all the features required to reach Zcash network consensus,
29+
and the network stack is interoperable with zcashd. [Here](https://docs.rs/zebrad/latest/zebrad/index.html#zebra-advantages)
30+
are some benefits of Zebra.
31+
Zebra validates blocks and transactions, but needs extra software to generate them:
32+
33+
* To generate transactions, [run Zebra with lightwalletd](https://zebra.zfnd.org/user/lightwalletd.html).
34+
* To generate blocks, use a mining pool or miner with Zebra's mining JSON-RPCs. Currently Zebra can only send mining rewards to a single fixed address. To distribute rewards, use mining software that creates its own distribution transactions, a light wallet or the zcashd wallet.
35+
36+
Please [join the zeal on Discord](https://discord.gg/na6QZNd) if you'd like to find out more or get involved\!
37+
38+
## ZeWIF
39+
40+
ZeWIF is a joint project between Blockchain Commons and [Zingo Labs](https://zingolabs.org/),
41+
sponsored by a [Zcash Community Grant](https://zcashcommunitygrants.org/).
42+
It was created in part to support the deprecation of the
43+
[zcashd reference wallet](https://z.cash/ecosystem/zcashd/)but moreso to create
44+
a format that supports [Openness and Indepence](https://developer.blockchaincommons.com/principles/)
45+
by allowing users to easily migrate among Zcash wallets without concern of loss
46+
of funds.
47+
48+
GitHub: https://github.com/BlockchainCommons/zewif
49+
Info: https://developer.blockchaincommons.com/chains/zcash/zewif/
50+
51+

β€Žsrc/content/zcash-z3/dashboard.mdxβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
| Project | Owner | Status | Current Milestone | Next Milestone |
66
|----------|----------|----------|----------|----------|
7-
| [Deprecation Outreach Phase 1](https://docs.google.com/spreadsheets/d/1UJxH1cowexGqadU32Uei5Qak6jGhXjb18-T_QBPmDAA/edit?gid=0#gid=0) | ZecDev (Pacu) | Paused πŸ”΄ | RPC and Deployment Survey | Block Explorer support |
8-
| [Zebra](https://github.com/ZcashFoundation/zebra) | Zcash Foundation | On-track 🟒 | [Sprint 7 (Mar 31 - Apr 13)](https://github.com/orgs/ZcashFoundation/projects/9/views/13) | Sprint 8 (Apr 13 - Apr 27) |
9-
| [Zaino](https://github.com/zingolabs/zaino) | ZingoLabs | On-track 🟒 | [Milestone 3](https://github.com/orgs/zingolabs/projects/12) | Grant In Review |
7+
| [Deprecation Outreach Phase 1](https://docs.google.com/spreadsheets/d/1UJxH1cowexGqadU32Uei5Qak6jGhXjb18-T_QBPmDAA/edit?gid=0#gid=0) | ZecDev (Pacu) | Resumed 🟒 | 6.2.0 outreach + RPC and Deployment Survey | Block Explorer support |
8+
| [Zebra](https://github.com/ZcashFoundation/zebra) | Zcash Foundation | On-track 🟒 | [Sprint 8 (Apr 14 - Apr 28)](https://github.com/orgs/ZcashFoundation/projects/9/views/13) | Sprint 8 (Apr 13 - Apr 27) |
9+
| [Zaino](https://github.com/zingolabs/zaino) | ZingoLabs | On-track 🟒 | [Milestone 3](https://github.com/orgs/zingolabs/projects/12) | Follow-up grant approved |
1010
| [Zallet](https://github.com/zcash/wallet) | ECC | Off-track 🟑 | Applying ZeWIF and Developing RPCs needed to replace Zcashd wallet. Looking for contributors! | N/A |
1111
| [ZeWIF](https://github.com/ZcashCommunityGrants/zcashcommunitygrants/issues/3) | Blockchain Commons and ZingoLabs | On-track 🟒 | Milestones 3 | Milestone 4 |
1212
| [Block Explorer Support](https://github.com/zcash/zcash-explorer) | ECC, ZF, Zingo, ZecDev | Track the delta between current APIs in Zaino and the ones needed | start RPC integration | Testnet Deployment |

β€Žsrc/content/zcash-z3/updates.mdxβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 2025
44
| Date | Link |
55
|----------|----------|
6+
| April 18th | [Forum Post](https://forum.zcashcommunity.com/t/zcash-z3-updates-formerly-zcashd-deprecation/48965/65) |
67
| April 11th | [Forum Post](https://forum.zcashcommunity.com/t/zcash-z3-updates-formerly-zcashd-deprecation/48965/64) |
78
| April 4th | [Forum Post](https://forum.zcashcommunity.com/t/zcash-z3-updates-formerly-zcashd-deprecation/48965/63) |
89
| March 28th | [Forum Post](https://forum.zcashcommunity.com/t/zcash-z3-updates-formerly-zcashd-deprecation/48965/62) |

0 commit comments

Comments
Β (0)