Deploying Solana Programs
Last updated
Last updated
MCP Host will prompt you to deploy the successfully built program.
Successfully deployed! Make sure your wallet has enough Solana. You can also request deployment to mainnet—just type 'deploy on mainnet'.
SAMPLE OUTPUT
✅ Solana program deployed successfully to devnet!
Program ID: [PROGRAM_ID]
Container used: [CONTAINER_ID]
Transaction signature: [TRANSACTION_SIGNATURE]
View transaction: https://devnet.explorer.solana.com/tx/[TRANSACTION_SIGNATURE]
🔍 View your program on block explorers: • Solana Explorer: https://devnet.explorer.solana.com/address/[PROGRAM_ID] • Solscan: https://solscan.io/account/[PROGRAM_ID]?cluster=devnet
📝 Used default wallet with public key: [DEPLOYER_PUBLIC_KEY]
📝 A program key was auto-generated, resulting in program ID: [PROGRAM_ID]
✨ Your Solana program is now live on devnet! You can interact with it using the program ID.