|
5 | 5 | GitHub: https://github.com/zcash/wallet |
6 | 6 |
|
7 | 7 | 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 | + |
0 commit comments