librustzcash/zcash_client_backend
Kris Nuttycombe 3f64162921 zcash_protocol: Add constants for the Nu7 Network Upgrade
Access to the newly-added constants is guarded behind the
`zcash_unstable = "nu7"` config flag.
2025-04-23 09:29:02 -06: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
proto Add gRPC LightdInfo Donation Address 2025-02-16 17:53:52 -06:00
src zcash_protocol: Add constants for the Nu7 Network Upgrade 2025-04-23 09:29:02 -06:00
CHANGELOG.md Migrate to `tonic 0.13` 2025-04-04 13:11:06 +00:00
Cargo.toml Workaround for `deranged` impl conflict. 2025-04-04 12:01:25 -06:00
LICENSE-APACHE
LICENSE-MIT
README.md
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.