Currently in beta mode — features may change
devrelsdevrels.xyz
DirectoryOrganisationsResourcesArticlesJobsEventsAbout
RecommendSign in
Live
—Members·—Orgs·—Resources·—Projects·—Articles
Add··by metasal.xyz·01a75aac4041b646c5eb1717a5ed430501e018c3

Resources

8 developer resources for building on Solana

AllSDKCLIAPIMCPFRAMEWORKLIBRARY
ResourceTypeProjectPackage / CLILinks
Awesome Solana

Community-curated list of Solana resources — tools, libraries, tutorials, protocols, and ecosystem projects for developers building on Solana

LIBRARY——
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
—
—
Kit² (kit-squared)

Solana Kit library for SvelteKit — wallet connection, transactions, and Anchor program helpers via @wallet-standard.

LIBRARY—kit-squared
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——
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——
Solana Keychain

Framework-agnostic Solana transaction signing with multiple backends. Unified trait interface, async-first design, and feature-gated compilation for minimal dependencies.

LIBRARYSolana Foundation—
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——
x402

Open payment standard built on HTTP 402 for instant stablecoin micropayments to APIs, agents, and content — multi-chain reference implementation by Coinbase.

LIBRARY——