Compile and deploy contract preset
Last updated
Last updated
[blockchain/ethereum/contracts/Compile and deploy contract preset]
Compiles and deploys single file (flattened) Solidity contracts according to settings specified in a contract preset structure.
Keywords: Solidity, contract, compile, deploy, Ethereum.
contract description:
Receives a contract preset description.
contract name: string
Receives the desired contract name to be inserted into the contract preset template.
contract params: string[]
An array of arguments to be passed to the deployed contract's constructor when deployed.
credentials: {"providerUrl": string, "privateKey": string}
events:
[Inherited from port events
of contract deployer
]
Multiplexed events. Useful for monitoring progress.
Use Demultiplexer to separate them.
source: string
compile settings:
[Inherited from port compile settings
of splitter B
]
Sends input data split into individual fields.
error: {"error": string}