Skip to content

Commit

Permalink
Merge pull request #87 from onflow/jribbink/add-yt-vid
Browse files Browse the repository at this point in the history
Add YouTube video to Cadence Migration Guide
  • Loading branch information
Aliserag committed Apr 16, 2024
2 parents 9c370bf + b06cb43 commit 272760f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions versioned_docs/version-1.0/cadence-migration-guide/index.md
Expand Up @@ -4,6 +4,19 @@ sidebar_position: 1
sidebar_label: Cadence 1.0 Migration Guide
---

<div style={{position: "relative", paddingBottom: "56.25%", height: 0}}>
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/3WH5Bz56xPI"
title="Cadence 1.0 E2E Migration Guide"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%"}}
></iframe>
</div>
This upgrade roadmap offers developers guidance, actionable steps, and expectations around updating your project to be compatible with Cadence 1.0.

The Cadence 1.0 release is a breaking change – developers need to update all Cadence code used by their app (including all existing smart contracts deployed on Flow) to Cadence 1.0, to ensure it continues to work after the network upgrade.
Expand Down

0 comments on commit 272760f

Please sign in to comment.