Staging a 1.0 Contract
Stage a Cadence 1.0 supported contract project using the Flow CLI.
_10flow migrate stage-contract <contract_name>
Example Usage​
_10> flow migrate stage-contract HelloWorld --network=testnet_10_10Attempts to the stage the contract `HelloWorld` onto the Testnet network.
Arguments​
Contract Name​
- Name:
contract_name
- Valid Input: Existing contract name in
flow.json
.