librustzcash/zcash_client_backend
Andrew Arnott ce40387511
Add `import_account_hd` and `import_account_ufvk` methods
2024-06-17 08:57:39 -06:00
..
examples Use `sapling-crypto` crate directly outside `zcash_primitives` 2023-12-12 19:50:26 +00:00
proptest-regressions
proto zcash_client_backend: Address comments from code review & fix incorrect `data_api::wallet` documentation. 2024-02-14 20:24:12 -07:00
src Add `import_account_hd` and `import_account_ufvk` methods 2024-06-17 08:57:39 -06:00
CHANGELOG.md Add `import_account_hd` and `import_account_ufvk` methods 2024-06-17 08:57:39 -06:00
Cargo.toml Remove `time` pin now that its MSRV is compatible with ours 2024-06-12 11:20:40 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Remove notices about the BOSL license exception, which are no longer needed. 2024-01-17 23:28:15 +00:00
build.rs Add a protobuf representation for transaction proposals. 2023-11-09 20:02:36 -07: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.