| Resource | Type | Project | Package / CLI | Links |
|---|---|---|---|---|
| solana-keychain Framework-agnostic Solana transaction signing with 13 provider backends — Memory, Privy, Turnkey, AWS KMS, Fireblocks, GCP KMS, Dfns, Para, CDP, Crossmint, Openfort, Utila, HashiCorp Vault. Unified SolanaSigner interface for TypeScript (@solana/keychain) and Rust. Security audited by Accretion 2026. | LIBRARY | — | @solana/keychain | |
| solana-private-channels Enterprise payment channel infrastructure on Solana mainnet — private transactions with instant finality, RBAC, SPL token escrow/withdrawal programs, 5-stage pipeline (dedup, sigverify, sequencer, executor, settler), and Yellowstone gRPC indexing. Reference implementation for tokenised deposits and institutional capital markets. |
| INFRASTRUCTURE |
| — |
| — |
| OTL (Open Transaction Layer) Fireblocks' open coordination layer for compliant onchain transactions — policy, screening, and settlement metadata travel with the transaction. | API | — | — |
| payouts-web-sdk Embedded payout and beneficiary UI components for web. Pre-built widgets for integrating Airwallex payout flows into your own frontend. | SDK | — | — |
| TypeScript 7 (typescript-go) Microsoft's native Go port of the TypeScript compiler — ~10x faster builds, now at 7.0 RC. Matters to every TS-based Solana toolchain. | TOOL | — | — |
| Solana CLI Command-line tools for Solana development and validator management | CLI | Solana Foundation | solana |
| Reown AppKit Full-stack onchain UX toolkit from Reown (rebranded WalletConnect). Multichain auth, embedded + connect wallets, payments, and analytics via one SDK across EVM, Solana, Bitcoin, and Tron. | SDK | — | @reown/appkit |
| Anchor CLI Framework and CLI for Solana smart contract development | CLI | Anchor | @coral-xyz/anchoranchor |
| SPL Token CLI CLI for creating and managing SPL tokens on Solana | CLI | Solana Labs | spl-token |
| @solana/web3.js Core Solana JavaScript SDK for transactions, accounts, and RPC | SDK | Solana Labs | @solana/web3.js |
| Wormhole SDK SDK for cross-chain messaging and token bridging via Wormhole | SDK | Wormhole | @wormhole-foundation/sdk |
| Solana Pay SDK SDK for integrating Solana Pay payment requests | SDK | Solana Pay | @solana/pay |
| visa-vulnerability-agentic-harness Visa's agentic security harness: LLM agents that triage and validate vulnerability reports at scale. Visa's most-starred public repo. | TOOL | — | — |
| @solana/kit Next-gen Solana TypeScript SDK (successor to web3.js) | SDK | Solana Labs | @solana/kit |
| LiteSVM Fast in-process Solana VM for testing programs — much faster than solana-program-test and solana-test-validator, with an ergonomic Rust API. | LIBRARY | — | — |
| Surfpool Drop-in replacement for solana-test-validator. Forks Mainnet accounts locally, ships RPC cheatcodes (time travel, balance manipulation, state reset), a universal faucet for any token, and Infrastructure-as-Code deployments for Anchor and Pinocchio projects. | CLI | — | curl -sL https://run.surfpool.run/ | bash |
| Orca Whirlpools SDK TypeScript and Rust SDKs for building on Orca's CLAMM (Whirlpools) on Solana and Eclipse. | SDK | Orca | @orca-so/whirlpools-sdk |
| integrations.sh Registry Open registry of agent-callable integrations behind integrations.sh — publish once, discoverable by any agent. | TOOL | — | — |
| Codama Generate clients, docs, and CLIs from Solana program IDLs — one IDL, every client. Covered in our client-generation article. | LIBRARY | — | — |
| gill Modern JavaScript/TypeScript client library for Solana built on @solana/kit — the ergonomic middle ground in our kit vs web3.js vs gill comparison. | LIBRARY | — | — |
| Drift SDK TypeScript SDK for Drift perpetual futures and spot trading | SDK | Drift Protocol | @drift-labs/sdk |
| k8s-pod-restart-info-collector Kubernetes pod restart info collector — automatically diagnoses pod crash causes, collects logs and events, and surfaces root-cause summaries. 387 stars. | TOOL | — | — |
| Metaplex JS SDK JavaScript SDK for Metaplex NFTs, token metadata, and digital assets | SDK | Metaplex | @metaplex-foundation/js |
| Raydium SDK SDK for Raydium AMM, CLMM pools, and swaps | SDK | Raydium | @raydium-io/raydium-sdk-v2 |
| Light Protocol SDK SDK for ZK compression on Solana — compressed tokens and accounts | SDK | Light Protocol | @lightprotocol/stateless.js |
| Helius SDK TypeScript SDK for Helius RPC, DAS API, webhooks, and priority fees | SDK | Helius | helius-sdk |
| Steel Lightweight Solana program framework by Regolith Labs — the low-boilerplate alternative compared in our Anchor vs Pinocchio vs Steel article. | FRAMEWORK | — | — |
| Solana.Unity SDK Open-source Unity ↔ Solana SDK with full JSON-RPC coverage, in-game wallet (Phantom + Web3Auth + Solana Mobile Stack), SPL tokens, NFTs, Orca/Jupiter DEX support, and xNFT compilation. Maintained by MagicBlock Labs; published on the Unity Asset Store as a Verified Solution. | SDK | — | — |
| trusted-agent-protocol Visa's open standard for trust between AI agents and merchants in agentic commerce: agent identity, intent, and payment credentials presented verifiably at checkout. Companion spec surface at developer.visa.com. | PROTOCOL | — | — |
| visa-chart-components Accessibility-first, framework-agnostic data visualisation components from Visa: React, Angular, and web-component wrappers over a shared charting core. | LIBRARY | — | — |
| Squads SDK SDK for multisig and smart account management on Solana | SDK | Squads | @sqds/multisig |
| p-token Pinocchio-based compute-optimized drop-in replacement for the SPL Token program (SIMD-0266) — ~95-98% less compute and ~19x faster than legacy SPL Token. By Anza. | LIBRARY | — | — |
| Solana Agent Kit MCP MCP server exposing Solana Agent Kit's on-chain actions — transfers, swaps, staking, token launches — to Claude and other AI agents. | MCP | — | — |
| Quasar Solana program development framework for writing blazing-fast SVM programs with zero-copy account access. | FRAMEWORK | — | — |
| vanity GPU-accelerated Solana vanity address generator. Grinds CreateAccountWithSeed inputs (SHA-256) instead of ed25519 keypairs — ~1.3B searches/sec per RTX 4090. Apache-2.0, by cavemanloverboy. | CLI | — | cargo install vanity --features=gpu |
| x402 Open payment standard built on HTTP 402 for instant stablecoin micropayments to APIs, agents, and content — multi-chain reference implementation by Coinbase. | LIBRARY | — | — |
| SLV AI Agent Kit for Solana developers — scaffolds agent-native apps that read/write on-chain. | FRAMEWORK | — | — |
| Solana MCP (Official) The Solana Foundation's official MCP server at mcp.solana.com — Solana docs and tooling exposed to AI agents over /mcp and /sse. | MCP | — | — |
| Solana Keychain Framework-agnostic Solana transaction signing with multiple backends. Unified trait interface, async-first design, and feature-gated compilation for minimal dependencies. | LIBRARY | Solana Foundation | — |
| Awesome sBPF Curated list of Solana BPF (sBPF) development resources — raw assembly, Zig, C program development, tooling, and references for building on Solana at the lowest level | LIBRARY | — | — |
| openSVM Solana MCP Server Open-source MCP server that exposes Solana RPC methods to AI agents for reading on-chain state. | MCP | — | — |
| Kamino SDK SDK for Kamino lending, borrowing, and liquidity strategies | SDK | Kamino Finance | @kamino-finance/klend-sdk |
| Awesome Solana MCP Servers SendAI's curated index of Solana MCP servers — the directory to discover what's available. | MCP | — | — |
| Crossmint SDK Official TypeScript SDK for Crossmint — embedded Solana smart wallets, social/email login, fiat checkout, and NFT minting from one React-friendly package. | SDK | Crossmint | @crossmint/client-sdk-react-ui |
| Solana Stream SDK TypeScript and Rust client SDK for Yellowstone Geyser gRPC, powered by NAPI-RS for high-throughput Solana data streaming. | SDK | — | — |
| Qlaster Shared-memory data streaming for colocated Solana services. Fans account/transaction updates from one sender to local consumers over per-consumer SPSC rings in /dev/shm, with a Unix-domain control socket for handshake, subscriptions, and eventfd wakeups. Zero-copy hot path, sender-side filtering (bloom-pre-reject for large filters), backpressure-aware consumer drops, and opportunistic LZ4. Rust, Linux-only (eventfd, memfd_create, SCM_RIGHTS). By Brew Labs. | LIBRARY | — | — |
| visa/ai Integration toolkit for connecting AI agents to the Visa Intelligent Commerce platform: TypeScript APIs for agent-initiated card payments, tokenisation, and controls. | SDK | — | — |
| Auticuro Open-source reliable and fast wallet service for mission-critical financial applications, written in Rust. Designed for high-throughput account balance management. | LIBRARY | — | — |
| airwallex-payment-android Official Android SDK for Airwallex payment acceptance. Native UI screens, card tokenisation, 3DS, and alternative payment methods for Android apps. | SDK | — | — |
| Solana Developer Platform Enterprise platform from Solana Foundation for wallets, token issuance, payments, and compliance — hosted API plus dashboard. | API | — | — |
| airwallex-payment-ios Official iOS SDK for Airwallex payment acceptance. Native UIKit components, card tokenisation, 3DS, Apple Pay, and alternative payment methods. | SDK | — | — |
| Metaplex CLI (mplx) CLI for NFT creation, candy machine management, and digital assets | CLI | Metaplex | mplx |
| Orquestra Turns Anchor and Codama IDLs into hosted REST APIs, llms.txt AI docs, and a public MCP server. Unsigned transactions only; open source (MIT) on Cloudflare Workers. Covered in our Orquestra article. | TOOL | — | — |
| airwallex-payment-flutter Flutter plugin for Airwallex payment acceptance. Dart interface over native iOS and Android SDKs for cross-platform mobile checkout. | SDK | — | — |
| airwallex-cli Airwallex command-line interface for managing accounts, payments, payouts, and API calls from the terminal. | CLI | — | — |
| airwallex-payment-react-native React Native SDK for Airwallex payment acceptance. Wraps native iOS/Android SDKs with a TypeScript interface for cross-platform checkout flows. | SDK | — | — |
| vic-reference-agent Open-source reference application for Visa Intelligent Commerce: run an end-to-end agentic commerce flow (agent finds, decides, and pays) against Visa's platform. | EXAMPLE | — | — |
| Kit² (kit-squared) Solana Kit library for SvelteKit — wallet connection, transactions, and Anchor program helpers via @wallet-standard. | LIBRARY | — | kit-squared |
| airwallex-risk-android Airwallex Risk Android SDK — device intelligence and fraud detection for merchant and platform apps integrating Airwallex services. | SDK | — | — |
| SolScript Solidity-to-Solana compiler written in Rust — write Solana programs in Solidity syntax and compile to Anchor or BPF. Supports mappings (auto-PDA), events, custom errors, modifiers, CPI, and SPL Token ops. | CLI | — | — |
| n8n Solana Signer n8n community node for signing Solana transactions via @solana/keychain backends — Memory, Vault, AWS KMS, GCP KMS, Privy, Turnkey, Fireblocks, and more. New/experimental (v0.1.0). | LIBRARY | — | @orquestradev/n8n-nodes-solana-signer |
| Arcium Explorer Network explorer and API for Arcium's confidential-computing network on Solana — browse computations, clusters, Arx nodes, and MXEs. | API | — | — |
| Awesome Solana Community-curated list of Solana resources — tools, libraries, tutorials, protocols, and ecosystem projects for developers building on Solana | LIBRARY | — | — |
| Crossmint API REST API for NFT minting, wallets, and payments infrastructure | API | Crossmint | — |
| Helius API REST API for Solana RPC, DAS, enhanced transactions, and webhooks | API | Helius | — |
| Jupiter API Swap and quote API for Jupiter DEX aggregator | API | Jupiter | — |
| Jupiter SDK TypeScript SDK for Jupiter swap integration | SDK | Jupiter | @jup-ag/core |
| Meteora SDK SDK for Meteora DLMM, dynamic pools, and bonding curves | SDK | Meteora | @meteora-ag/dlmm |
| MoonPay API API for fiat on-ramp and crypto purchases | API | MoonPay | — |
| Orca API REST API for Orca pool data, prices, and routing on Solana. | API | — | — |
| Pay.sh CLI that gives AI agents and terminals access to pay-per-use APIs — no signup, no keys, no subscriptions. Works with Claude Code, Gemini, Codex. | CLI | — | — |
| PayAI Network Decentralized AI agent marketplace on Solana — enables automated micropayments between AI agents using ElizaOS, libp2p, and IPFS. Agents can hire, work for, and pay each other on-chain without human intervention | SDK | — | — |
| Phantom Wallet SDK SDK for integrating Phantom wallet connect and signing | SDK | Phantom | — |
| ProofNetwork MCP A docs/skills MCP server that teaches agents to write ProofNetwork's verifiable serverless Solana contracts. Endpoint: proofnetwork.lol/api/mcp. | MCP | — | — |
| Pyth SDK SDK for consuming Pyth oracle price feeds on Solana | SDK | Pyth Network | @pythnetwork/client |
| Switchboard SDK SDK for Switchboard oracle data feeds and verifiable randomness | SDK | Switchboard | @switchboard-xyz/on-demand |
| Top Ledger API Decoded Solana protocol data — DEX, lending, perps, LP, staking, yield, governance, and wallet holdings — via REST, an MCP server (SSE), and a keyless x402 pay-per-call endpoint at $0.0004/call. Tiers from free (50 req/min) to Business. | API | — | — |
| Umbra SDK A comprehensive TypeScript SDK for Umbra Privacy. Adds stealth addresses, confidential transfers, and privacy primitives to Solana apps. | SDK | — | @umbra-privacy/sdk |
| zoneless Node.js SDK for the Zoneless open-source payout platform. Stripe-compatible API shapes — swap Stripe Connect for USDC-on-Solana payouts with near-zero fees and instant settlement across 220+ countries. | SDK | — | zoneless |