SDK availability
| SDK | Status | Start here |
|---|---|---|
| Solana SDK | Live | Private Payments Integration Guide |
| Stellar SDK | Coming soon | No 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.
@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.
Recommended path
- Read Private Payments Integration Guide.
- Use Solana SDK Reference when implementing SDK calls.
- Use Private Card Funding if your product flow is card funding.
- Use Production Checklist before moving real value.