safe_zk_token_proof_program
Run this command in a terminal, in your project's directory:
cargo add safe-zk-token-proof-program
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
safe-zk-token-proof-program = "1.14.17"
The safe_zk_token_proof_program library will be automatically available globally. Read the safe_zk_token_proof_program library documentation.
Back to the crate overview.