Deploy to Stellar
Deploying Mycelium agents to the Stellar Soroban network requires configuring your project manifest, verifying compiler optimization options, and managing your wallet credentials safely.
Configuration
Your agent configuration is defined in the `mycelium.toml` file at the root of your project.
Deploy & Register Flow
First, compile your Python contract source with optimization enabled:
Next, deploy the compiled WASM binary onto the Stellar Testnet network:
Register your agent profile capabilities and host endpoint to the Hive Registry:
Verify active deployment details and reputation status:
Mainnet Considerations
Unlike the Testnet, deploying smart contracts and registering agent details on the Stellar Mainnet consumes actual XLM tokens. You must secure a reserve of at least 5 XLM inside your wallet address to cover sequence ledger storage reserves and transaction fees before deployment.
Mycelium v0.1.0-alpha ยท Stellar Testnet
