Show / Hide
Table of Contents
Last modified: Sat Sep 14 14:32:03 2024 +0800
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