From 511bfc35dc88e658d0a786a6b85d72a90a176aa9 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:46 +0200 Subject: [PATCH 01/10] Fix typos in Create an ERC-20 Token in Solidity on Astar Network/2. Setting Up The Developement Environment/1. Setup MetaMask Using Astar Portal.md --- .../1. Setup MetaMask Using Astar Portal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create an ERC-20 Token in Solidity on Astar Network/2. Setting Up The Developement Environment/1. Setup MetaMask Using Astar Portal.md b/Create an ERC-20 Token in Solidity on Astar Network/2. Setting Up The Developement Environment/1. Setup MetaMask Using Astar Portal.md index 3c6f93d2..9430ff39 100644 --- a/Create an ERC-20 Token in Solidity on Astar Network/2. Setting Up The Developement Environment/1. Setup MetaMask Using Astar Portal.md +++ b/Create an ERC-20 Token in Solidity on Astar Network/2. Setting Up The Developement Environment/1. Setup MetaMask Using Astar Portal.md @@ -31,7 +31,7 @@ I assume you have already installed MetaMask in your system. Now, I will walk yo ![Frame 3560339 (8).png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/assests_for_astar/3.%20Setup%20MetaMask%20Using%20Astar%20Portal/Frame_3560339_(8).webp?raw=true) 3. Next, click on “MetaMask” button and follow the connection process to add Shibuya network to your MetaMask wallet. - 1. First of all, click on “Next” and “Connect” bottons to confirm the connection with MetaMask. + 1. First of all, click on “Next” and “Connect” bottoms, buttons to confirm the connection with MetaMask. 2. Then, click on “Sign”, “Approve”, and “Switch Network” to switch to the Shibuya network. ![Connect MetaMask GIF_1.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/assests_for_astar/3.%20Setup%20MetaMask%20Using%20Astar%20Portal/Connect_MetaMask_GIF_1.webp?raw=true) From 04525bcbc52e4ce670643d0d28226f12df468604 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:50 +0200 Subject: [PATCH 02/10] Fix typos in Build AI Dating Coach Using NextJS and OpenAI/3. Building the App/10. Streaming Responses.md --- .../3. Building the App/10. Streaming Responses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build AI Dating Coach Using NextJS and OpenAI/3. Building the App/10. Streaming Responses.md b/Build AI Dating Coach Using NextJS and OpenAI/3. Building the App/10. Streaming Responses.md index d2fa336c..1b78490e 100644 --- a/Build AI Dating Coach Using NextJS and OpenAI/3. Building the App/10. Streaming Responses.md +++ b/Build AI Dating Coach Using NextJS and OpenAI/3. Building the App/10. Streaming Responses.md @@ -219,7 +219,7 @@ Make sure you are in the `dating-ai-bot-app` folder. Remember to push your code ```solidity git add . -git commit -m "the dating ai coach app is successfuly working" +git commit -m "the dating ai coach app is successfully working" git push ``` From 2439f125468280beec0e526b0fde1ed1e4dc0af3 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:51 +0200 Subject: [PATCH 03/10] Fix typos in Learn everything about NFTs/1. Let's Get Started/1. What Are We Building Today?.md --- .../1. Let's Get Started/1. What Are We Building Today?.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learn everything about NFTs/1. Let's Get Started/1. What Are We Building Today?.md b/Learn everything about NFTs/1. Let's Get Started/1. What Are We Building Today?.md index 0d9ad182..ff4df76f 100644 --- a/Learn everything about NFTs/1. Let's Get Started/1. What Are We Building Today?.md +++ b/Learn everything about NFTs/1. Let's Get Started/1. What Are We Building Today?.md @@ -4,7 +4,7 @@ gm everyone 🌈, I am very excited to bring the exciting course for developers So, what are we building today? Today I will be helping you learn everything about NFTs. To be precise, my focus will be on teaching you what exactly NFTs are and how you can build your own NFTs. -Why NFTs? Becuase NFTs have gained significant popularity and are being used in various industries and applications. Some of those industries and applications are: +Why NFTs? Because NFTs have gained significant popularity and are being used in various industries and applications. Some of those industries and applications are: 1. Digital Art 2. Collectibles From 9868bb19bb0d95e23b900a4aa6ebb361cdf0b85e Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:53 +0200 Subject: [PATCH 04/10] Fix typos in Create your own Ethereum token in just 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md --- .../2. Let's Start Coding/1. Write Your Token Smart Contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create your own Ethereum token in just 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md b/Create your own Ethereum token in just 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md index 23173abf..07111bed 100644 --- a/Create your own Ethereum token in just 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md +++ b/Create your own Ethereum token in just 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md @@ -56,7 +56,7 @@ Let’s break this down. contract MyToken is ERC20 ``` -This line basically intializes the smart contract, `MyToken`, that inherits the `ERC20` token using `is` keyword. +This line basically initializes the smart contract, `MyToken`, that inherits the `ERC20` token using `is` keyword. ``` constructor() ERC20("MetaCoin", "META") From 29b351c64cec3e7d4f7a22933e2e7cb4411351c9 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:54 +0200 Subject: [PATCH 05/10] =?UTF-8?q?Fix=20typos=20in=20Build=20Hogwarts=20Sor?= =?UTF-8?q?ting=20Cap=20dApp=20on=20the=20Polygon=20Mumbai/4.=20Add=20dApp?= =?UTF-8?q?=E2=80=99s=20Frontend/3.=20Dive=20Deep=20Into=20the=20Code.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../3. Dive Deep Into the Code.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Build Hogwarts Sorting Cap dApp on the Polygon Mumbai/4. Add dApp\342\200\231s Frontend/3. Dive Deep Into the Code.md" "b/Build Hogwarts Sorting Cap dApp on the Polygon Mumbai/4. Add dApp\342\200\231s Frontend/3. Dive Deep Into the Code.md" index cd72557f..1357277b 100644 --- "a/Build Hogwarts Sorting Cap dApp on the Polygon Mumbai/4. Add dApp\342\200\231s Frontend/3. Dive Deep Into the Code.md" +++ "b/Build Hogwarts Sorting Cap dApp on the Polygon Mumbai/4. Add dApp\342\200\231s Frontend/3. Dive Deep Into the Code.md" @@ -9,7 +9,7 @@ First, let’s code the component which will handle the MetaMask connection and Now, in the `App()` function, under the loading messages constants (`const`), we created in the last lesson paste these two `useEffects()`: ``` -// To intialize metamask and connect with the smart contract +// To initialize metamask and connect with the smart contract useEffect(() => { if (started) { if (window.ethereum) { From f85b06cee9c6ccde7ecd5e52eb684397ec907880 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:56 +0200 Subject: [PATCH 06/10] Fix typos in Introduction to Polygon and its Architecture/3. Architecture of the Polygon Blockchain/1. Layers of the Polygon Blockchain.md --- .../1. Layers of the Polygon Blockchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction to Polygon and its Architecture/3. Architecture of the Polygon Blockchain/1. Layers of the Polygon Blockchain.md b/Introduction to Polygon and its Architecture/3. Architecture of the Polygon Blockchain/1. Layers of the Polygon Blockchain.md index 6021d2d6..6800d875 100644 --- a/Introduction to Polygon and its Architecture/3. Architecture of the Polygon Blockchain/1. Layers of the Polygon Blockchain.md +++ b/Introduction to Polygon and its Architecture/3. Architecture of the Polygon Blockchain/1. Layers of the Polygon Blockchain.md @@ -40,7 +40,7 @@ Example: In the previous example, Bor is the employee of company XY who creates ### 4\. Checkpoint Mechanism -Since Polygon is a Layer-2 protocol hence it is dependant on the Ethereum Mainnet for its Layer 1 Settlement Layer. All staking mechanisms must be compatible with the Ethereum Mainnet's contracts. +Since Polygon is a Layer-2 protocol hence it is dependent on the Ethereum Mainnet for its Layer 1 Settlement Layer. All staking mechanisms must be compatible with the Ethereum Mainnet's contracts. The checkpointing mechanism periodically publishes the checkpoint to the Ethereum Mainchain. From befd0b5fa41c00eb73a7f607917e8c0fed40fae2 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:58 +0200 Subject: [PATCH 07/10] Fix typos in Create an ERC-20 Token in Solidity on Avalanche/3. Write Your First ERC20 Token/1. Writing an ERC20 Token in Solidity.md --- .../1. Writing an ERC20 Token in Solidity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create an ERC-20 Token in Solidity on Avalanche/3. Write Your First ERC20 Token/1. Writing an ERC20 Token in Solidity.md b/Create an ERC-20 Token in Solidity on Avalanche/3. Write Your First ERC20 Token/1. Writing an ERC20 Token in Solidity.md index 5140d5cd..b5297688 100644 --- a/Create an ERC-20 Token in Solidity on Avalanche/3. Write Your First ERC20 Token/1. Writing an ERC20 Token in Solidity.md +++ b/Create an ERC-20 Token in Solidity on Avalanche/3. Write Your First ERC20 Token/1. Writing an ERC20 Token in Solidity.md @@ -47,7 +47,7 @@ Let’s break this down. contract MyCrypto is ERC20 ``` -This line basically intializes the smart contract, `MyCrypto`, that inherits the `ERC20` token using `is` keyword. +This line basically initializes the smart contract, `MyCrypto`, that inherits the `ERC20` token using `is` keyword. ``` constructor() ERC20("MetaCoin", "META") From 5c593ad8ab6a2d0badd99c2d93949ff2dd98ed61 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:15:59 +0200 Subject: [PATCH 08/10] Fix typos in Build on Move on Sui and Explore its Applications/7. Objects in Move on Sui/1. Basics of Objects in Move on Sui.md --- .../1. Basics of Objects in Move on Sui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build on Move on Sui and Explore its Applications/7. Objects in Move on Sui/1. Basics of Objects in Move on Sui.md b/Build on Move on Sui and Explore its Applications/7. Objects in Move on Sui/1. Basics of Objects in Move on Sui.md index af5d530e..cd4603c5 100644 --- a/Build on Move on Sui and Explore its Applications/7. Objects in Move on Sui/1. Basics of Objects in Move on Sui.md +++ b/Build on Move on Sui and Explore its Applications/7. Objects in Move on Sui/1. Basics of Objects in Move on Sui.md @@ -97,7 +97,7 @@ So, to obtain the current transaction signer we call something like this: `tx_co } } - // create function is used to call the constrcutor function and + // create function is used to call the constructor function and // transfer the ownership of the object and make it public using // `transfer` module and function. public entry fun create(red: u8, green: u8, blue: u8, ctx: &mut TxContext){ From a1bcf4d2979f1257e128e6ade23d5d4bcf0cde69 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:16:01 +0200 Subject: [PATCH 09/10] Fix typos in Launch your own token on Polygon Network in 30 mins/1. Let's Get Started/1. What Are We Building Today.md --- .../1. Let's Get Started/1. What Are We Building Today.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launch your own token on Polygon Network in 30 mins/1. Let's Get Started/1. What Are We Building Today.md b/Launch your own token on Polygon Network in 30 mins/1. Let's Get Started/1. What Are We Building Today.md index c02a2a8d..a5b5e954 100644 --- a/Launch your own token on Polygon Network in 30 mins/1. Let's Get Started/1. What Are We Building Today.md +++ b/Launch your own token on Polygon Network in 30 mins/1. Let's Get Started/1. What Are We Building Today.md @@ -6,7 +6,7 @@ So what are we building today? Today we will learn how to create your own Polygo Why Polygon? Polygon is a layer-2 blockchain that helps solve many issues with the Ethereum blockchain. Polygon supports EVM and Solidity, which makes it the best choice for developers like you. -Not only this, Polygon commited $20 million to build web3 communities that can build on web3 and come up with scaling solutions. Polygon raised over $450,000 in 2019 in two rounds of startup, which shows how much promising the Polygon is and how much growth it will bring in web3 world. +Not only this, Polygon committed $20 million to build web3 communities that can build on web3 and come up with scaling solutions. Polygon raised over $450,000 in 2019 in two rounds of startup, which shows how much promising the Polygon is and how much growth it will bring in web3 world. Before we start, we need to understand a few things and trust me I'm not gonna bore you! From a8fb4bf0201e7e960c35555dbce254e9a86fc4e8 Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Wed, 14 May 2025 19:16:02 +0200 Subject: [PATCH 10/10] Fix typos in Launch your own token on Polygon Network in 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md --- .../2. Let's Start Coding/1. Write Your Token Smart Contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launch your own token on Polygon Network in 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md b/Launch your own token on Polygon Network in 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md index ab2c8f7e..8d9cd085 100644 --- a/Launch your own token on Polygon Network in 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md +++ b/Launch your own token on Polygon Network in 30 mins/2. Let's Start Coding/1. Write Your Token Smart Contract.md @@ -51,7 +51,7 @@ Let’s break this down. contract MyToken is ERC20 ``` -This line basically intializes the smart contract, `MyToken`, that inherits the `ERC20` token using `is` keyword. +This line basically initializes the smart contract, `MyToken`, that inherits the `ERC20` token using `is` keyword. ``` constructor() ERC20("MetaCoin", "META")