Skip to main content
If your app stack is built around @solana/kit, you can still use Cloak SDK today. Current state:
  • Use Kit for RPC reads, subscriptions, and signer architecture.
  • Use a thin @solana/web3.js bridge for Cloak transaction calls (transact, partialWithdraw, swapWithChange, etc.).

Install

Minimal bridge pattern

Use the concise snippets in Code Examples, then adapt them to your Kit app runtime.