Skip to main content

Staging a 1.0 Contract

Stage a Cadence 1.0 supported contract project using the Flow CLI.


_10
flow migrate stage-contract <contract_name>

Example Usage​


_10
> flow migrate stage-contract HelloWorld --network=testnet
_10
_10
Attempts to the stage the contract `HelloWorld` onto the Testnet network.

Arguments​

Contract Name​

  • Name: contract_name
  • Valid Input: Existing contract name in flow.json.