stellar_contract_asset_deploy
Deploy a Stellar Asset Contract to wrap a classic asset on Stellar; specify asset, source account, and network, with build-only or submit options.
Instructions
Deploy a Stellar Asset Contract for wrapping classic assets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fee | No | Transaction fee in stroops | |
| alias | No | Alias to save for the asset contract | |
| asset | Yes | Asset to wrap (e.g., "USDC:GABC...XYZ") | |
| network | Yes | Stellar network | |
| build_only | No | Only build transaction, do not submit | |
| source_account | Yes | Account that will deploy the asset contract |