stellar_contract_deploy
Deploy a Soroban smart contract to the Stellar network. Specify source account, network, and optional parameters such as fee or alias.
Instructions
Deploy a Soroban smart contract to Stellar network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops (default: 100) | |
| salt | No | Custom 32-byte salt for contract ID generation | |
| alias | No | Alias to save for the deployed contract ID | |
| network | Yes | Stellar network to deploy to | |
| wasm_hash | No | Hash of already installed WASM file | |
| wasm_path | No | Path to WASM file to deploy | |
| build_only | No | Only build transaction, do not submit | |
| ignore_checks | No | Ignore safety checks when deploying | |
| source_account | Yes | Account that will deploy the contract (can be identity, public key, or secret key) | |
| constructor_args | No | Arguments to pass to contract constructor |