Show / Hide
Table of Contents
Last modified: 2024-09-14
ContractManagement.Deploy Method
Deploys the contract.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
Syntax
Parameters:
Example
Response body:
Response description:
Usually, you can define the method _deploy
in the contract and execute the neo-cli command deploy contract.nef
to deploy the contract.
Back