Solana Dev

🌐Community
by solana-foundation · vlatest · Repository

Solana Dev assists developers building on the Solana blockchain by providing code snippets, documentation, and troubleshooting guidance for efficient development.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add solana-dev npx -- -y @trustedskills/solana-dev
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "solana-dev": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/solana-dev"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to tools and information related to Solana development. It allows users to interact with the Solana blockchain, build decentralized applications (dApps), and manage Solana assets programmatically. Specifically, it supports tasks like deploying smart contracts and interacting with existing Solana programs.

When to use it

  • Smart Contract Deployment: Deploy a new Solana Program (smart contract) to the Solana network.
  • Transaction Simulation: Simulate transactions on the devnet before deploying them to mainnet.
  • Program Interaction: Interact with an existing Solana program, such as querying data or triggering functions.
  • Asset Management: Manage and track Solana-based assets like tokens or NFTs.

Key capabilities

  • Solana Program Deployment
  • Transaction Simulation on devnet
  • Interaction with Existing Solana Programs
  • Solana Asset Management

Example prompts

  • "Deploy this Rust program to the Solana devnet."
  • "Simulate a transaction that sends 10 SOL from address A to address B."
  • "What is the current balance of token mint X?"
  • "Interact with the Y program and call function Z with parameters P1 and P2."

Tips & gotchas

  • Requires familiarity with Solana development concepts, including accounts, programs, and transactions.
  • The skill primarily supports interaction with the Solana devnet for testing purposes.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
solana-foundation
Installs
0

🌐 Community

Passed automated security scans.