Skip to content

Commit

Permalink
updtae staging guide to include validationg
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthpun committed Mar 28, 2024
1 parent dbb010d commit 1f160e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/cadence_migration_guide/staging-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@ flow-c1 migrate is-staged HelloWorld --network=testnet
```

A response of true indicates that your contract has been approved by the Flow Blockchain Testnet network and is ready for the migration process.

### Validate your contract

To validate your contract, execute the following command:

```bash
flow migrate is-validated HelloWorld --network=testnet
```

A response of true indicates that your contract has been successfully staged and validated. Validation passes if the contract was successfully migrated over in the last emulated migration.

0 comments on commit 1f160e0

Please sign in to comment.