Skip to content

Commit

Permalink
add NFT diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 21, 2024
1 parent ede1832 commit a04c718
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added public/img/docs/tutorials-nft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/pages/developers/tutorials/hello.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ By the end of this tutorial, you will have learned how to:
- Deploy the universal app on localnet
- Use the Gateway on a connected chain to call a universal app

<iframe
style={{ border: "1px solid rgba(0,0,0,.1)", marginTop: "2rem", borderRadius: "0.5rem" }}
width="100%"
height="450"
src="https://embed.figma.com/board/4ZIdAmKA2NmzqM6bpCWmxO/Protocol-%7C-Tutorial%3A-Hello?node-id=0-1&embed-host=share"
allowfullscreen
></iframe>

## Set Up Your Environment

Start by cloning the example contracts repository and installing the necessary
Expand Down
2 changes: 2 additions & 0 deletions src/pages/developers/tutorials/nft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ a list of "counterparty" contracts on connected chains. This ensures that only
the contracts from the same NFT collection can participate in the cross-chain
transfer.

![https://excalidraw.com/#json=SDE_yr3XPqSW3CqLRSDM5,EpYN7eSbTDYr6OsvmVohHg](/img/docs/tutorials-nft.png)

<Alert>This tutorial relies on the Gateway, which is currently available only on localnet and testnet.</Alert>

## Set Up Your Environment
Expand Down

0 comments on commit a04c718

Please sign in to comment.