deploy-contract
Deploy smart contracts to the blockchain with provided bytecode, ABI, and constructor arguments, enabling secure, streamlined contract deployment without exposing private keys.
Instructions
Deploy a contract to the network, given bytecode, and constructor arguments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
abi | Yes | ||
args | Yes | ||
bytecode | Yes |