https://github.com/solana-developers/confidential-balances-sample
A Rust-based end-to-end demo on Confidential Transfers
https://github.com/solana-developers/confidential-balances-sample
Last synced: 11 months ago
JSON representation
A Rust-based end-to-end demo on Confidential Transfers
- Host: GitHub
- URL: https://github.com/solana-developers/confidential-balances-sample
- Owner: solana-developers
- Created: 2024-12-01T18:54:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T16:02:52.000Z (about 1 year ago)
- Last Synced: 2025-04-08T17:22:22.781Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 753 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Confidential Balances Cookbook
A collection of ingredients (tests) and recipes (test sequences) demonstrating Solana confidential transfer patterns.
Examples in this repository are standalone demonstrations of confidential transfer flows, similar to those found in the [Token Program CLI](https://github.com/solana-program/token-2022/tree/969cff212c0e0add812932e50f6771933f14ff5c/clients/cli).
Use this as a guide to implement confidential balances in your own applications.
Although the API is still work-in-progress, the usage patterns remain stable.
## Content
### [Product Guide](docs/product_guide.md)
### [Setup](docs/setup.md)
### [Project Structure](docs/project_structure.md)
### [Recipes](docs/recipes.md)
### [FAQ](docs/FAQ.md)