Skip to content

Commit

Permalink
Merge pull request #41 from onflow/nialexsan/cadence-migration
Browse files Browse the repository at this point in the history
cadence migration guide
  • Loading branch information
nialexsan committed Jan 19, 2024
2 parents d21d4c0 + a3ced42 commit 07dc38c
Show file tree
Hide file tree
Showing 9 changed files with 229 additions and 58 deletions.
22 changes: 22 additions & 0 deletions docs/cadence-migration-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Cadence 1.0 Migration Guide
sidebar_label: Cadence 1.0 Migration Guide
sidebar_position: 3
---

# Cadence 1.0 Migration Guide

Coming in 2024, 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 Cadence will be changing for 1.0](https://forum.flow.com/t/update-on-cadence-1-0/5197)
- [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/)

## Get Help With Migrating Your Dapp to Cadence 1.0

If you have any questions related to Cadence 1.0 migration, or if you need help, please contact the Flow development community on [developer-questions Discord channel](https://discord.com/channels/613813861610684416/621847426201944074). Please use “C1.0 upgrade” at the beginning of the message to help us categorize questions related to Cadence 1.0.

We will soon start hosting regular "Cadence 1.0 upgrade office hours" events anyone can join to ask questions and get help with their dapp upgrade. These sessions will be scheduled in [Flow Webinars & Events calendar](https://calendar.google.com/calendar/u/0?cid=Y180Nzk3OGY1Y2Q5ZGE2MzZjYWRjNmI4NDczMTAyYjUwOTJjMWE4NjVkZDAxMDU1ODM5M2VjYjdmOWZkMGM5YWQwQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20) and announced on [flow-events Discord channel](https://discord.com/channels/613813861610684416/1050190147100102787).
Loading

0 comments on commit 07dc38c

Please sign in to comment.