Skip to content

Commit

Permalink
Merge pull request #76 from onflow/ianthpun/migrate-validated
Browse files Browse the repository at this point in the history
update staging guide to include validation
  • Loading branch information
Aliserag committed Apr 1, 2024
2 parents 25051ac + 1f160e0 commit 0c5517e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/cadence_migration_guide/staging-guide.mdx
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 0c5517e

Please sign in to comment.