Veil SDK v0.1.0 is live!
CA:Veil...pump

Privacy for Solana.
Without Compromise.

pip install veil-solana
/veil-solana

Veil is the first developer-friendly privacy SDK for Solana. Shield tokens, execute private transfers, and build confidential dApps with Python & Rust.

Privacy Lifecycle
Initialize
Shield Assets
Private Transfer
Unshield
main.py
1
from veil import PrivacyClient
2
 
3
# Initialize Async Client
4
client = PrivacyClient(
5
rpc_url="https://api.mainnet...",
6
program_id="Vei1..."
7
)

Everything you need to build private dApps.

Production-Ready Privacy

Built on Groth16 zkSNARKs and Pedersen Commitments. Compatible with standard SPL tokens and Solana's account model.

High Performance

Optimized Rust implementation ensures proof generation takes <1s and verification <10ms.

Python & Rust

First-class support for Python developers with a native Rust backend wrapper.

Client-Side Proving

All proofs are generated locally in the browser or mobile device, ensuring secrets never leave the user.