deploy_contract
Deploy a smart contract on a blockchain, supplying ABI, bytecode, type, and optional parameters like symbol or vault ID to get it live.
Instructions
Deploy a new smart contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | No | Contract ABI | |
| name | Yes | Contract name | |
| type | Yes | Contract type | |
| symbol | No | Contract symbol | |
| vaultId | No | Vault ID (optional) | |
| bytecode | No | Contract bytecode | |
| blockchainId | Yes | Blockchain ID |