Skip to content

Commit

Permalink
Add screencast to NFT tutorial (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Nov 5, 2024
1 parent 212c5ec commit 0b4568c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/developers/tutorials/nft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ import { Alert } from "~/components/shared";
In this tutorial you will learn how to create a universal ERC-721 NFT that can
be easily transferred between chains connected to ZetaChain.

<div className="mt-8" style={{ width: "100%", height: "auto", "aspect-ratio": "16 / 8" }}>
<iframe
width="100%"
height="100%"
src="https://www.youtube.com/embed/fRv1iyi1IjQ?si=R02nUzS0NpoclZa_"
filename="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>

The project consists of two ERC-721 NFT contracts.

**Universal** contract is deployed on ZetaChain. The contract is used to:
Expand Down

0 comments on commit 0b4568c

Please sign in to comment.