solana-programs-sdk 1.0.0

Solana program IDs and PDA derivation helpers for 14 on-chain programs
solana-programs-sdk-1.0.0 is not a library.

solana-programs-sdk

Unified TypeScript SDK for 14 Solana Anchor programs. Pre-deployed program IDs, IDL imports, PDA helpers, and type-safe Anchor integration.

TypeScript Solana Anchor License: MIT

Programs

Program Description
escrow Two-party atomic token exchange
staking-pool Reward-bearing SPL staking
token-faucet Rate-limited token distribution
dao-voting Token-weighted governance
multisig M-of-N threshold approvals
orderbook Central limit order matching
nft-mint Metaplex NFT minting
nft-gated NFT-based access control
price-feed Oracle price data
airdrop Merkle proof distribution
reputation On-chain endorsement scoring
subscription Recurring payments
token-vesting Linear unlock with cliff
treasury-vault Rate-limited withdrawals

Install

npm install @expertvagabond/solana-programs-sdk

Usage

import { getEscrowProgram, findEscrowPDA } from '@expertvagabond/solana-programs-sdk';

const program = getEscrowProgram(provider);
const [escrowPda] = findEscrowPDA(maker.publicKey, seed);

License

MIT

Author

Built by Purple Squirrel Media