Build Solana dApps end-to-end
solana-devskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Deploy Solana programs (smart contracts) and interact with on-chain state
Best for
Deploying Solana programs when you need to iterate quickly on devnet
Inputs
- · Rust program source
- · keypair file
- · RPC endpoint
Outputs
- · program ID
- · deployment transaction hash
Requires
- · Solana CLI
- · Rust toolchain
- · anchor framework
Preconditions
- · Rust and Solana CLI installed
- · devnet/mainnet keypair configured
Failure modes
- · insufficient lamports for deployment
- · program size exceeds limit
- · RPC rate limit hit
Trust signals
- · Solana official docs
- · anchor framework patterns