Go to file
Kris Nuttycombe 034bad879c
Merge pull request #1444 from daira/sqlite3-debugging
Add utility methods on `TestState` to dump the contents of a database table, or run an sqlite3 command
2024-07-15 08:50:40 -06:00
.github CI: Don't test `zcash_client_backend/lightwalletd-tonic` on WASM 2024-07-11 18:09:49 -07:00
.vscode
components
librustzcash
supply-chain zcash_client_backend: Migrate to `tonic 0.12` with `http 1` 2024-07-11 22:23:55 +00:00
zcash_client_backend CI: Don't test `zcash_client_backend/lightwalletd-tonic` on WASM 2024-07-11 18:09:49 -07:00
zcash_client_sqlite Add utility methods on `TestState` to dump the contents of a database 2024-07-07 02:12:12 +01:00
zcash_extensions
zcash_history
zcash_keys
zcash_primitives
zcash_proofs
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml
COPYING.md
Cargo.lock zcash_client_backend: Migrate to `tonic 0.12` with `http 1` 2024-07-11 22:23:55 +00:00
Cargo.toml zcash_client_backend: Migrate to `tonic 0.12` with `http 1` 2024-07-11 22:23:55 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md
deny.toml
rust-toolchain.toml

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 currently 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.