Currently in beta mode — features may change
devrelsdevrels.xyz
DirectoryOrganisationsResourcesArticlesChannelsJobsEventsAbout
RecommendSign in

Solana dev articles, weekly

New articles on tooling, infrastructure, and the ecosystem. No noise.

PrivacyTermsAbout

Built by metasal.xyz

Made by MILYSEC
Live
—Members·—Orgs·—Resources·—Projects·—Articles
Add··by metasal.xyz·Made by MILYSEC·5f7399de7b17ab1ab9e1aa1edc2dc85852507de9

Resources

11 developer resources for building on Solana

AllSDKCLIAPIMCPFRAMEWORKLIBRARY
ResourceTypeProjectPackage / CLILinks
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——
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——
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——
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—
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——
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——
Kit² (kit-squared)

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

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

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

LIBRARY——