librustzcash/zcash_client_backend
Kris Nuttycombe 29d8f10cdc zcash_client_backend: Improve type safety of `get_known_ephemeral_addresses` 2024-12-30 15:14:50 -07: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
src zcash_client_backend: Improve type safety of `get_known_ephemeral_addresses` 2024-12-30 15:14:50 -07:00
CHANGELOG.md zcash_client_backend: Move `Recipient::EphemeralTransparent` behind the `transparent-inputs` feature flag. 2024-12-30 15:14:50 -07:00
Cargo.toml zcash_client_backend: Improve type safety of `get_known_ephemeral_addresses` 2024-12-30 15:14:50 -07: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.