Contract deployer
Last updated
Last updated
[blockchain/ethereum/Contract deployer]
Deploys a smart contract on an ethereum network
contract:
connect credentials: {"providerUrl": string, "privateKey": string}
contract params: string[]
only estimate gas: boolean
settings: {"gas": number, optional "gasPrice": string}
events:
Multiplexed events. Useful for monitoring progress. Use Demultiplexer to separate them.
confirmation:
Sends out the confirmation(s) of the deployment as received from the chain.
estimated gas: number
Sends out the estimated amount of gas required for the deployment.
error: {"error": string}
Sends out any error that happened during deployment