Developer toolkit for privacy-preserving AI on Solana
The Veiron SDK is currently under active development by our core engineering team. We are working diligently to deliver a production-ready release with comprehensive documentation, extensive test coverage, and robust security guarantees. Early access will be available to strategic partners and select developers in Q1 2026. Join our community to stay updated on the latest developments and be among the first to build with Veiron.
The Veiron SDK provides a comprehensive set of tools for building privacy-first AI applications on Solana. Designed for dApp developers, AI engineers, and protocol builders who prioritize security and confidentiality.
Integrate intelligent capabilities into your applications while maintaining cryptographic guarantees that sensitive data remains protected throughout the execution lifecycle.
v18+ recommended
Production ready
Secure by default
npm install @veiron/sdkimport { VeironClient } from "@veiron/sdk";
const veiron = new VeironClient({
network: "solana-mainnet",
wallet
});
const response = await veiron.infer({
model: "secure-intelligence-v1",
input: encryptedPayload
});Define fine-grained access control and execution rules
Intelligently route requests across multiple AI models
Maintain encrypted context across multiple interactions
Automatic handling of Solana transaction lifecycle
Ready to integrate privacy-preserving AI into your application?