Developer Tooling
Additional tools and resources for Breeze integration
Decoder
A Rust decoder for Breeze on-chain accounts and instructions.
Decoder
Decode Breeze on-chain state and instructions for easier integration and debugging.
Use the decoder to:
- Parse Breeze account data
- Decode transaction instructions
- Debug on-chain interactions
# Clone the monorepo
git clone https://github.com/solana-foundation/breeze.git
cd breeze/projects/decoderBreeze CPI Crate
We provide a CPI (Cross-Program Invocation) crate for integrating Breeze directly into your on-chain Solana programs.
The Breeze CPI crate is available for advanced on-chain integrations. Please contact us before using it to ensure proper setup and support.
Contact Us
Get in touch with the Breeze team to discuss CPI integration for your on-chain program.

