From 0b4568c15e8e462021fb69505cbcb91d476a6415 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 5 Nov 2024 20:14:20 +0300 Subject: [PATCH] Add screencast to NFT tutorial (#503) --- src/pages/developers/tutorials/nft.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/developers/tutorials/nft.mdx b/src/pages/developers/tutorials/nft.mdx index 52464cdf..b2604458 100644 --- a/src/pages/developers/tutorials/nft.mdx +++ b/src/pages/developers/tutorials/nft.mdx @@ -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. +
+ +
+ The project consists of two ERC-721 NFT contracts. **Universal** contract is deployed on ZetaChain. The contract is used to: