deploy_contract
Deploy a compiled Neo N3 smart contract by providing the deployer's WIF, NEF script, and manifest. Confirmation required to execute.
Instructions
Deploy a compiled Neo N3 contract. Requires explicit confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Optional: Network | |
| fromWIF | Yes | Deployer account WIF | |
| script | Yes | NEF script as hex or base64 | |
| manifest | Yes | Contract manifest JSON object | |
| confirm | No | Must be true to execute |