• zk-verified ✓atlas treasury
  • 11.84%kamino · usdc
  • 18.20%drift · ksol
  • 9.40%marginfi · usdc
  • 14.10%jupiter · jlp
  • 7.80%kamino · jitosol
  • 8.92%drift · usdc
  • 22.40%orca · sol-usdc
  • 24.10%raydium · sol-usdc
  • 6.20%marginfi · sol
  • 12.30%kamino · pyusd
  • 19.80%jupiter · jlp-perp
  • 5.40%meteora · usdc-usdt
AtlasAtlas/docs
Open App

SDK reference

TypeScript and Rust SDKs for working with Atlas.

Atlas ships first-party SDKs for the two languages most of the integrators write in: TypeScript for browsers and Node, Rust for on-chain programs and high-throughput services.

TypeScript

@atlas/sdk is the platform client. It wraps the REST and WebSocket surface, exposes typed responses, and bundles a pure-JS proof-shape verifier. @atlas/widgetsis the embed library; @atlas/qvac ships the on-device wallet-intelligence analyst.

Full guide: @atlas/sdk.

Rust

atlas-rs mirrors the TypeScript surface and adds PDA helpers, an on-chain proof-shape verifier, and the verify-inference CPI primitive any Solana program can call.

Full guide: atlas-rs.

Verify a proof client-side

For the standalone WASM verifier flow, see verify a proof.

⌘ I