From ca3a7ba8e3d8c0c5c39e1ce2c39dcf0614f2253e Mon Sep 17 00:00:00 2001 From: Jessie Mongeon Date: Mon, 18 Nov 2024 13:57:19 -0600 Subject: [PATCH] update dev tutorial videos --- .../developer-journey/level-5/5.2-ICP-ETH-tutorial.mdx | 6 ++++++ .../developer-journey/level-5/5.3-token-swap-tutorial.mdx | 7 +++++++ .../developer-journey/level-5/5.4-NFT-tutorial.mdx | 7 +++++++ 3 files changed, 20 insertions(+) diff --git a/docs/tutorials/developer-journey/level-5/5.2-ICP-ETH-tutorial.mdx b/docs/tutorials/developer-journey/level-5/5.2-ICP-ETH-tutorial.mdx index 7bf7c17ab5..830187745d 100644 --- a/docs/tutorials/developer-journey/level-5/5.2-ICP-ETH-tutorial.mdx +++ b/docs/tutorials/developer-journey/level-5/5.2-ICP-ETH-tutorial.mdx @@ -11,6 +11,12 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; +
+

+
+
+
+ ## Overview As you explored in a previous tutorial, the Internet Computer is integrated with the Bitcoin network, allowing for smart contracts to seamlessly communicate from ICP to Bitcoin for multi-chain functionality. ICP also has an integration with Ethereum and EVM networks, but in a different manner than the Bitcoin integration. diff --git a/docs/tutorials/developer-journey/level-5/5.3-token-swap-tutorial.mdx b/docs/tutorials/developer-journey/level-5/5.3-token-swap-tutorial.mdx index a4c7a2d374..178e740012 100644 --- a/docs/tutorials/developer-journey/level-5/5.3-token-swap-tutorial.mdx +++ b/docs/tutorials/developer-journey/level-5/5.3-token-swap-tutorial.mdx @@ -10,6 +10,13 @@ import '/src/components/CenterImages/center.scss'; +
+

+
+
+
+ + ## Overview The Internet Computer enables decentralized finance (DeFi) applications through its design that includes complex, onchain computation. One primary example of a DeFi application is a decentralized exchange (DEX). A DEX is an exchange that can be used to buy, sell, trade, and withdraw cryptocurrencies and other digital assets without a centralized authority that authorizes the trades, such as bank. Decentralized exchanges are extremely useful, as they allow users to buy and hold cryptocurrencies, trade it directly for another token or coin, then withdraw the tokens to be used elsewhere. diff --git a/docs/tutorials/developer-journey/level-5/5.4-NFT-tutorial.mdx b/docs/tutorials/developer-journey/level-5/5.4-NFT-tutorial.mdx index e44caeee3f..39209c1aff 100644 --- a/docs/tutorials/developer-journey/level-5/5.4-NFT-tutorial.mdx +++ b/docs/tutorials/developer-journey/level-5/5.4-NFT-tutorial.mdx @@ -10,6 +10,13 @@ import '/src/components/CenterImages/center.scss'; +
+

+
+
+
+ + ## Overview A **non-fungible token**, commonly referred to as an NFT, is a type of tokenized asset that is assigned a unique identifier that is used to distinguish one NFT from another. An NFT cannot be replicated or reproduced since it is cryptographically unique. A non-fungible token is a type of token that cannot be exchanged 1:1 with another token of the same type, as the value of the NFT token can vary. In comparison, a **fungible** token can always be transferred 1:1 for another token of the same type.