Veil is the first developer-friendly privacy SDK for Solana. Shield tokens, execute private transfers, and build confidential dApps with Python & Rust.
1from veil import PrivacyClient2Â 3# Initialize Async Client4client = PrivacyClient(5 rpc_url="https://api.mainnet...",6 program_id="Vei1..."7)Built on Groth16 zkSNARKs and Pedersen Commitments. Compatible with standard SPL tokens and Solana's account model.
Optimized Rust implementation ensures proof generation takes <1s and verification <10ms.
First-class support for Python developers with a native Rust backend wrapper.
All proofs are generated locally in the browser or mobile device, ensuring secrets never leave the user.