
Solana Program Escrow
- 12 repo stars
- Updated July 16, 2026
- solana-program/escrow
solana-program-escrow is a Claude Code plugin that helps generate and validate a Solana escrow program with tests and extensions.
About
solana-program-escrow is a narrowly scoped Claude Code plugin marketplace entry from the Solana Program organization. It ships one plugin aimed at developers who need escrow semantics on Solana: defining instruction handlers, persisting escrow state, emitting events, and covering extensions without hand-rolling every boilerplate file. The README and keyword set emphasize generation, validation, and tests—signals that Claude is steered toward Anchor-style program work rather than generic chat. founders shipping DeFi, marketplace, or milestone-payment flows can use it to keep account layouts, PDA patterns, and instruction naming consistent while iterating in Claude Code. It is phase-specific to build because escrow logic is contract implementation, not distribution or analytics. Expect intermediate complexity: you need Solana toolchain literacy, local validator or devnet habits, and comfort reviewing generated Rust for funds safety. The plugin complements official Solana docs; it does not replace audit or formal verification before mainnet.
- Single-plugin bundle focused on Solana escrow program patterns
- Generator for program instructions, state layouts, and extension hooks
- Validation workflows for escrow rules and instruction safety
- Test scaffolding aligned with Solana program development
- Event and extension modeling for upgradable escrow flows
Solana Program Escrow by the numbers
- Data as of Jul 16, 2026 (Skillselion catalog sync)
/plugin install solana-program-escrow@solana-program/escrowAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 12 |
|---|---|
| Last updated | July 16, 2026 |
| Repository | solana-program/escrow ↗ |
What it does
Register a Claude Code plugin that generates and validates Solana escrow program instructions, state, events, and tests.
Who is it for?
Best when you're implementing Solana escrow or hold-and-release payment programs inside Claude Code.
Skip if: Non-blockchain products or teams that only need generic Rust helpers without on-chain escrow semantics.
What you get
After install, Claude can scaffold escrow program pieces, run validation-oriented guidance, and align tests with your Solana workspace conventions.
- Escrow-oriented instruction, state, and event scaffolding guided by the plugin
- Validation-focused review steps for program rules
- Test-oriented artifacts aligned with Solana program workflows
By the numbers
- [object Object]
- [object Object]
- [object Object]
Recommended Plugins
How it compares
On-chain program generator plugin, not a wallet MCP or analytics skill.
FAQ
Who is Solana Program Escrow for?
It is for developers building Solana programs that custody or release funds under escrow rules and want Claude Code assistance for instructions, state, and tests.
When should I use Solana Program Escrow?
Use it during backend build when you are defining escrow accounts, instruction flows, extensions, and validation before devnet or mainnet deployment.
How do I add Solana Program Escrow to my agent?
Add the solana-program/escrow repository as a Claude Code plugin source, install the escrow plugin from the marketplace, and open your Anchor or Solana program repo in Claude Code.