From 2d226ab6aa09bdf5e522eedf760d36c8cc99be91 Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:35:28 +0530 Subject: [PATCH 01/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index a0e8a6e2..bc32cbc9 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) Now before we move forward, let’s set some house rules first. From 75c4805e8c6d821d924ebe7d83f09482dcf35bc5 Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:37:54 +0530 Subject: [PATCH 02/11] Update 2. Setting Up the Environment.md --- .../1. Getting Started/2. Setting Up the Environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md index 37a9ccb1..3db145cb 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md @@ -35,11 +35,11 @@ npx hardhat init You will see something like this. -![L2_Setup_project.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_Setup_project.png?raw=true) +![L2_Setup_project.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_Setup_project.webp?raw=true) We will follow the guide and create a JavaScript project. Something like `HelloWorld!`. Just follow through the questions and answer them yes. -![L2_project_prompts.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_project_prompts.png?raw=true) +![L2_project_prompts.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_project_prompts.webp?raw=true) You will also install the `hardhat toolbox` dependencies in the project while creating the project. The installation wizard will install it for you. If you haven’t received a prompt for that, run the following command: From 96f869bd615818c138299af9f3221567a9dfc451 Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:39:26 +0530 Subject: [PATCH 03/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index bc32cbc9..a0e8a6e2 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) Now before we move forward, let’s set some house rules first. From 5d1b16307dd578779df466c379192526dc71329c Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:39:43 +0530 Subject: [PATCH 04/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index a0e8a6e2..bc32cbc9 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) Now before we move forward, let’s set some house rules first. From 3b65bf74a588a16e960fcd92faa21f09358c5eef Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:41:25 +0530 Subject: [PATCH 05/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index bc32cbc9..84f92706 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) +![img.webp](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) Now before we move forward, let’s set some house rules first. From 4d4e7c227e5e4ec66531f893607e9d202dbb6169 Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:42:00 +0530 Subject: [PATCH 06/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index 84f92706..a0e8a6e2 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.webp](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) Now before we move forward, let’s set some house rules first. From 880da4ae969419ac73545a2786d9b3a4424d0fe0 Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:56:38 +0530 Subject: [PATCH 07/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index a0e8a6e2..bc32cbc9 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) Now before we move forward, let’s set some house rules first. From ed08d7bea89e25d91abb86daeb12c448c954304d Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:56:57 +0530 Subject: [PATCH 08/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index bc32cbc9..a0e8a6e2 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) Now before we move forward, let’s set some house rules first. From b90145f70ea5064616cd92cd93ad5dbcecb248fb Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:03:31 +0530 Subject: [PATCH 09/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index a0e8a6e2..bc32cbc9 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) Now before we move forward, let’s set some house rules first. From 726d59846bb6ddad19038097cad7cc3c4afd6f9c Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:07:44 +0530 Subject: [PATCH 10/11] Update 1. What Are We Building.md --- .../1. Getting Started/1. What Are We Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md index bc32cbc9..a0e8a6e2 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/1. What Are We Building.md @@ -18,7 +18,7 @@ Please install VScode and node on your machine. Install [node from here](https:/ If you complete this course with me, you will be getting XPs and a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like. -![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.webp?raw=true) +![img.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/course%20NFT.gif?raw=true) Now before we move forward, let’s set some house rules first. From b24145278321d17554c1f162f8572cf4d612b8da Mon Sep 17 00:00:00 2001 From: Esha Gupta <57933772+gupta19esha@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:08:12 +0530 Subject: [PATCH 11/11] Update 2. Setting Up the Environment.md --- .../1. Getting Started/2. Setting Up the Environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md index 3db145cb..37a9ccb1 100644 --- a/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md +++ b/How to write a smart contract and mint Elon Musk NFT on OpenSea/1. Getting Started/2. Setting Up the Environment.md @@ -35,11 +35,11 @@ npx hardhat init You will see something like this. -![L2_Setup_project.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_Setup_project.webp?raw=true) +![L2_Setup_project.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_Setup_project.png?raw=true) We will follow the guide and create a JavaScript project. Something like `HelloWorld!`. Just follow through the questions and answer them yes. -![L2_project_prompts.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_project_prompts.webp?raw=true) +![L2_project_prompts.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Setting%20Up%20the%20Environment/L2_project_prompts.png?raw=true) You will also install the `hardhat toolbox` dependencies in the project while creating the project. The installation wizard will install it for you. If you haven’t received a prompt for that, run the following command: