Solana Programs

15 production-ready building blocks for Solana developers

14 Anchor Programs 1 CLI Tool Anchor 0.32 Rust 1.92 Open Source
DeFi Primitives
🔒
Token Vesting
Linear unlock with cliff period. Revocable by authority, claimable by beneficiary.
create_vestingclaimrevoke
View on GitHub →
🤝
Escrow
Two-party token swap with optional designated taker and cancellation.
createacceptcancel
View on GitHub →
📈
Staking Pool
Accumulated reward-per-token math. Stake, unstake, and claim rewards.
stakeunstakeclaim_rewards
View on GitHub →
📊
Orderbook
On-chain limit order book with bid/ask sides and partial fills.
place_orderfill_ordercancel
View on GitHub →
🏦
Treasury Vault
Rate-limited withdrawals with configurable spending periods and limits.
depositwithdrawspending_limit
View on GitHub →
Governance & Identity
🗳
DAO Voting
Token-weighted proposals with quorum, expiry, and vote locking.
create_proposalcast_voteexecute
View on GitHub →
🔑
Multi-sig Wallet
M-of-N threshold approvals for token transfers with auto-approve.
proposeapproveexecute
View on GitHub →
Reputation
On-chain endorsements and penalties. Authority-controlled scoring.
endorsepenalizeregister
View on GitHub →
NFT & Access
🎨
NFT Mint
Collection management with on-chain metadata and supply tracking.
create_collectionmint_nftupdate_metadata
View on GitHub →
🚪
NFT Gated Access
Token-gated access control with per-wallet usage tracking.
create_gateaccessrevoke
View on GitHub →
Distribution & Payments
🔄
Subscription
Recurring charges via delegated token authority. Cancel anytime.
createchargecancel
View on GitHub →
🚰
Token Faucet
Rate-limited token claims with configurable per-wallet cooldowns.
initializefundclaim
View on GitHub →
📦
Airdrop
Merkle-proof whitelist distribution with claim records.
createfundclaimclose
View on GitHub →
📡
Price Feed
Oracle-style price updates with confidence intervals and staleness checks.
update_priceread_pricetransfer_authority
View on GitHub →
Developer Tools
💻
Analytics Dashboard
TypeScript CLI for program transaction analysis — CU, fees, unique users.
TypeScriptCLI@solana/web3.js
View on GitHub →
Composable Stacks
Token Launch Kit
Vesting + Airdrop + Faucet
P2P Trading
Escrow + Orderbook
Full Governance
Staking + DAO Voting + Reputation + Multi-sig
SaaS Payments
Subscription + Treasury
Token-Gated Community
NFT Mint + NFT Gated