Get staged Cadence 1.0 Contract Code
Get the staged contract code from a contract thats been correctly staged.
_10flow migrate staged_code <contract_name>
Example Usage​
_10> flow migrate staged_code HelloWorld --network=testnet_10_10Attempts to return the contract code of HelloWorld on the Testnet network.
Arguments​
Contract Name​
- Name:
contract_name
- Valid Input: Existing contract name in
flow.json
.