Go to file
Kris Nuttycombe 867267d062 Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
.cargo Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
.github zcash_client_sqlite: Change `WalletDb::AccountId` associated type to `AccountUuid` 2024-12-02 15:46:36 -07:00
.vscode
components zcash_address: Add `serde` implementation for `ZcashAddress` 2024-12-09 10:11:19 -07:00
devtools zcash_keys: Make address generation use all items of the source key by default. 2024-12-09 10:07:43 -07:00
librustzcash
pczt Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
supply-chain pczt: Encode as header-prefixed Postcard 2024-12-07 06:56:07 +00:00
zcash Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00
zcash_client_backend zcash_client_backend: Add shielded-only PCZT test 2024-12-09 10:11:19 -07:00
zcash_client_sqlite zcash_client_sqlite: Add serde derives to `AccountUuid` 2024-12-09 10:11:19 -07:00
zcash_extensions Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
zcash_history Fix clippy lints after MSRV bump 2024-10-18 22:39:23 +00:00
zcash_keys Apply suggestions from code review 2024-12-09 10:10:49 -07:00
zcash_primitives Fix `zfuture` build. 2024-12-09 10:11:19 -07:00
zcash_proofs pczt: Add end-to-end integration tests 2024-12-07 06:56:07 +00:00
.editorconfig
.gitattributes
.gitignore Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace 2024-11-02 18:44:53 +00:00
COPYING.md
Cargo.lock zcash_client_sqlite: Add serde derives to `AccountUuid` 2024-12-09 10:11:19 -07:00
Cargo.toml zcash_client_backend: Add support for PCZT construction from a Proposal Step. 2024-12-09 10:11:19 -07:00
LICENSE-APACHE
LICENSE-MIT
README.md Fix an incorrect README.md hyphenation. 2024-10-25 15:56:40 -06:00
deny.toml
rust-toolchain.toml Bump MSRV to 1.77 2024-10-18 22:10:40 +00:00

README.md

Zcash Rust crates

This repository contains a (work-in-progress) set of Rust crates for working with Zcash.

Security Warnings

These libraries are under development and have not been fully reviewed.

License

All code in this workspace is 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.