OctonetAI
  • Introduction
  • Tokenomics
  • Roadmap
  • Revenue Share
  • Key Features
    • OctoMCP (beta)
      • Installation
      • Generating Solana Programs
      • Building Solana Program
      • Deploying Solana Programs
      • Request Program Files
      • Build UI for Deployed Program
    • SANA Protocol
      • Features
      • Revenue Share
      • How-to-mint
      • Plugins and Upgrades
      • SANA SDK
      • SANA AI Wallet
    • GPU Rentals (OctoGPU)
      • Access with SSH
    • Terminal Creator (OctoTermial)
    • AI Wallet (OctoWallet)
      • Commands List
    • AI Project Tools (OctoTools)
    • Private VPN (OctoVPN)
      • OpenVPN
      • Wireguard
    • GPU Cloud gaming (OctoCloudGaming)
    • Train ML Models (OctoTune)
    • AI Cloud (OctoCloud)
    • ML Marketplace (OctoMarket)
    • AI Agents (OctoAgents)
    • ML Models (OctoModels)
    • GPU Node(OctoNode)
  • INFO
    • Developer Resources
    • Pricing
    • FAQs
    • Support
Powered by GitBook
On this page
  1. Key Features
  2. OctoMCP (beta)

Deploying Solana Programs

PreviousBuilding Solana ProgramNextRequest Program Files

Last updated 12 days ago

  1. MCP Host will prompt you to deploy the successfully built program.

  1. 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.