stellar_soroban_deploy
Deploy a Soroban smart contract instance by uploading WASM and providing a source account. Get contract ID, wasm hash, 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 |
|---|---|---|---|
| salt | No | 32-byte hex salt for deterministic contract ID. Random if omitted. | |
| wasmFilePath | Yes | Absolute or relative path to the compiled .wasm file | |
| sourceAccount | Yes | Source account public key (G...) to deploy from |