Complete Privacy SDK for Solana - Build private apps in minutes
npm install @styx-stack/sdkOr individual packages: @styx-stack/sps-sdk @styx-stack/whisperdrop-sdk
No-wallet payments via text/email (Coming Soon)
No Program NeededPrivacy tokens, 260+ operations
Requires Styx ProgramZero-rent virtual token accounts
Requires Styx ProgramE2E encrypted messaging
Requires Styx ProgramPrivate airdrops with token gates
Requires Styx ProgramStealth addresses, encryption
No Program NeededWorks on ANY Solana cluster using only native Solana features.
Send crypto via text/email. Recipients don't need a wallet!
import { Resolv, LAMPORTS_PER_SOL } from '@styx-stack/sdk';
const resolv = new Resolv(connection);
// Create claimable payment
const { payment, link } = await resolv.createPayment({
sender,
amount: BigInt(0.1 * LAMPORTS_PER_SOL),
});
// Share link.url via SMS/email
const sms = resolv.generateSmsMessage(link, 'Alice');
// Recipient claims without wallet - stealth address created!Create Payment
Share Link
Click to Claim
Funds Released
| Feature | Venmo | Solana Pay | Lightning | Styx SDK |
|---|---|---|---|---|
| No wallet needed | ✅ | ❌ | ❌ | ✅ |
| Text/Email pay | ✅ | ❌ | ❌ | ✅ |
| Private amounts | ❌ | ❌ | ✅ | ✅ |
| On-chain | ❌ | ✅ | ❌ | ✅ |
| Non-custodial | ❌ | ✅ | ✅ | ✅ |
| Gasless claims | ✅ | ❌ | ✅ | ✅ |
| Stealth addresses | ❌ | ❌ | ❌ | ✅ |
Get your API keys and start building private Solana apps today.