Veiron SDK

Developer toolkit for privacy-preserving AI on Solana

Active Development

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.

Supported Environment

Node.js

v18+ recommended

Solana Mainnet

Production ready

Wallet-based Auth

Secure by default

SDK Capabilities

Secure wallet authentication
AI request signing
Encrypted payload handling
On-chain verification
Permissioned / permissionless execution modes

Installation

npm install @veiron/sdk

Usage Example

import { VeironClient } from "@veiron/sdk";

const veiron = new VeironClient({
  network: "solana-mainnet",
  wallet
});

const response = await veiron.infer({
  model: "secure-intelligence-v1",
  input: encryptedPayload
});

Advanced Features

Custom Execution Policies

Define fine-grained access control and execution rules

Multi-Model Routing

Intelligently route requests across multiple AI models

Secure Inference Sessions

Maintain encrypted context across multiple interactions

Transaction Confirmation

Automatic handling of Solana transaction lifecycle

Start Building with Veiron

Ready to integrate privacy-preserving AI into your application?