Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 545 Bytes

migrate-stage-contract.md

File metadata and controls

28 lines (19 loc) · 545 Bytes
title description sidebar_position
Staging a 1.0 Contract
How to stage a Cadence 1.0 supported Contract from the command line
1

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

flow migrate stage-contract <contract_name>

Example Usage

>
flow migrate stage-contract HelloWorld --network=previewnet

Attempts to the stage the contract `HelloWorld` onto the Previewnet network.

Arguments

Contract Name

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