Deploy a Contract
Setup Requirements
Set up Inverter Network SDK: Refer to the Quick Start guide for detailed instructions.
As we have some in house headless contracts and they can be used as dependancies to our Worfklow
's we have an SDK api for the deployment of contracts.
Deploying the Contract
Parameters
name
(required): This parameter selects which contract to deploy.args
(required): This parameter is used to tell the deployment what the contract arguments are.
Last updated