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

Resources

7 developer resources for building on Solana

AllSDKCLIAPIMCPFRAMEWORKLIBRARY

Anchor CLI

CLI

Framework and CLI for Solana smart contract development

by Anchor

$ anchor@coral-xyz/anchor
Docs GitHub
cliframeworksmart-contracts

Metaplex CLI (mplx)

CLI

CLI for NFT creation, candy machine management, and digital assets

by Metaplex

$ mplx
Docs GitHub
clinftcandy-machine

Pay.sh

CLI

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.

SPL Token CLI

CLI

CLI for creating and managing SPL tokens on Solana

by Solana Labs

$ spl-token
Docs GitHub
clitokenspl

Solana CLI

CLI

Command-line tools for Solana development and validator management

by Solana Foundation

$ solana
Docs GitHub
clivalidatorcore

Surfpool

CLI

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.

$ curl -sL https://run.surfpool.run/ | bash
Docs GitHub
testinglocalmainnet-forkcli

vanity

CLI

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.

$ cargo install vanity --features=gpu
GitHub
vanitytoolinggpucuda