deploy_custom_contract
Deploy a custom Solidity smart contract on the Chiliz blockchain. Provide source code and contract name to publish your own contract.
Instructions
Deploy a custom Solidity smart contract on Chiliz blockchain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceCode | Yes | Complete Solidity source code | |
| contractName | Yes | Name of the contract to deploy | |
| constructorArgs | No | Constructor arguments as array |