Back to docs

Styx Stack SDK

Complete Privacy SDK for Solana - Build private apps in minutes

Installation

npm install @styx-stack/sdk

Or individual packages: @styx-stack/sps-sdk @styx-stack/whisperdrop-sdk

SDK Modules

Resolv

No-wallet payments via text/email (Coming Soon)

No Program Needed

SPS Token Standard

Privacy tokens, 260+ operations

Requires Styx Program

DAM Tokens

Zero-rent virtual token accounts

Requires Styx Program

Messaging

E2E encrypted messaging

Requires Styx Program

WhisperDrop

Private airdrops with token gates

Requires Styx Program

Privacy Utils

Stealth addresses, encryption

No Program Needed

✨ No Custom Programs Required!

Works on ANY Solana cluster using only native Solana features.

Resolv Payments Coming in StyxFi

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!

How It Works

1️⃣

Create Payment

2️⃣

Share Link

3️⃣

Click to Claim

4️⃣

Funds Released

Why Styx Stack?

FeatureVenmoSolana PayLightningStyx SDK
No wallet needed
Text/Email pay
Private amounts
On-chain
Non-custodial
Gasless claims
Stealth addresses

Program IDs

Styx Program (Mainnet)View
GhSTPRZFBnWXMjt6xFnpY2ZHFwijFoC44KkxXSEC94X9
WhisperDrop (Mainnet)View
GhstFNnEbixAGQgLnWg1nWetJQgGfSUMhnxdBA6hWu5e

Ready to Build?

Get your API keys and start building private Solana apps today.