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

Resources

8 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

SolScript

CLI

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.

Docs GitHub
compilersolidityrustanchor

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