Use this page to understand which SDK path is available today.

SDK availability

SDKStatusStart here
Solana SDKLivePrivate Payments Integration Guide
Stellar SDKComing soonNo integration guide is available yet

Solana SDK

The Solana SDK is the current partner integration path. It is a standalone TypeScript SDK for the Arcane privacy layer on Solana. It includes reusable protocol client code for private payments:
  • Create private balances.
  • Scan UTXOs.
  • Generate proofs.
  • Submit relayed transactions.
  • Withdraw to Solana.
Source access is available in the private GitHub repository: Polynom-Labs/privacy-layer-sdk. Arcane must grant repository access before partners can clone it. The npm package name in the SDK repository is @arcane-labs/privacy-layer-sdk, but the package is not publicly published yet. Use the private package, tarball, or source workflow Arcane provides during onboarding.
  1. Read Private Payments Integration Guide.
  2. Use Solana SDK Reference when implementing SDK calls.
  3. Use Private Card Funding if your product flow is card funding.
  4. Use Production Checklist before moving real value.