librustzcash/zcash_client_backend
Jack Grigg e57557740c Add NU6.1 to consensus behind `zcash_unstable = "nu6.1"` 2025-06-05 09:57:12 +00:00
..
examples Remove internal use of reexports of types have been moved to other crates. 2024-12-20 10:35:10 -07:00
proptest-regressions ZIP 321 Reference Implementation (#294) 2020-10-15 14:03:40 +01:00
proto Update zcash_client_backend/proto/service.proto 2025-04-30 12:16:01 -06:00
src Add NU6.1 to consensus behind `zcash_unstable = "nu6.1"` 2025-06-05 09:57:12 +00:00
CHANGELOG.md Release zcash_client_backend version 0.19.0 2025-06-02 06:58:18 -06:00
Cargo.toml Release zcash_client_backend version 0.19.0 2025-06-02 06:58:18 -06:00
LICENSE-APACHE Rename zcash_wallet to zcash_client_backend, set to 2018 edition 2019-06-27 16:02:12 +01:00
LICENSE-MIT Rename zcash_wallet to zcash_client_backend, set to 2018 edition 2019-06-27 16:02:12 +01:00
README.md Remove notices about the BOSL license exception, which are no longer needed. 2024-01-17 23:28:15 +00:00
build.rs zcash_client_backend: Migrate to `tonic-build 0.12.3` 2024-12-30 18:12:45 +00:00

README.md

zcash_client_backend

This library contains Rust structs and traits for creating shielded Zcash light clients.

Building

Note that in order to (re)build the GRPC interface, you will need protoc on your $PATH. This is not required unless you make changes to any of the files in ./proto/.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.