Compile and deploy contract preset
[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.
Input ports
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}
Output ports
events:
[Inherited from port
events
ofcontract deployer
] Multiplexed events. Useful for monitoring progress. Use Demultiplexer to separate them.source:
string
compile settings:
[Inherited from port
compile settings
ofsplitter B
] Sends input data split into individual fields.error:
{"error": string}
Last updated