Skip to content

Commit

Permalink
Add Cadence migration guide (#503)
Browse files Browse the repository at this point in the history
* Add Cadence migration guide

* Add position

* Remove

---------

Co-authored-by: Chase Fleming <[email protected]>
  • Loading branch information
chasefleming and chasefleming authored Jan 5, 2024
1 parent 155d99d commit 88d197b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/build/cadence-migration-guide
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Cadence 1.0 Migration Guide
sidebar_label: Cadence Migration Guide
sidebar_position: 9
---

# Cadence 1.0 Migration Guide

Coming this year, the network will be upgrading to the Cadence 1.0. This means that all applications will need to prepare and migrate their existing Cadence smart contracts, scripts, and transactions for the update. If you do not update your contracts, your applications will become non-functional after the network upgrade. The specific upgrade date will be announced later.

We have created several resources to help developers update their applications. Use the following links to start upgrading your contracts and to understand how the network upgrade will affect your application:

- [Understand the upgrade, the timeline, and how it affects you](https://forum.flow.com/t/cadence-1-0-upgrade-plan/5477)
- [Learn how to update your Flow CLI to test against Cadence 1.0](https://forum.flow.com/t/update-on-cadence-1-0/5197/7)
- [Check out the Cadence language 1.0 docs](https://cadencelang.dev/docs/1.0/)

1 comment on commit 88d197b

@vercel
Copy link

@vercel vercel bot commented on 88d197b Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.