stellar_soroban_deploy
Upload a compiled WASM file and deploy a Soroban smart contract instance on Stellar, returning the contract ID and transaction hashes.
Instructions
Upload WASM and deploy a Soroban smart contract instance. Returns wasmHash, contractId, and transaction hashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wasmFilePath | Yes | Absolute or relative path to the compiled .wasm file | |
| sourceAccount | Yes | Source account public key (G...) to deploy from | |
| salt | No | 32-byte hex salt for deterministic contract ID. Random if omitted. |