Install
Peer Dependencies
The SDK requires the following Solana packages:
WASM Module (Optional)
For zero-knowledge proof generation in the browser or Node.js:
The WASM module is loaded lazily — it’s only initialized when you call a ZK proof function. No additional configuration is needed.
TypeScript Configuration
The SDK ships with full TypeScript declarations. Recommended tsconfig.json settings:
Environment Setup
Package Exports
The SDK exports everything from a single entry point:
Last modified on February 8, 2026