An open API service indexing awesome lists of open source software.

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

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)