Skip to content

Commit 4b17632

Browse files
committed
core c3 webp
1 parent 1cf3d18 commit 4b17632

File tree

14 files changed

+39
-42
lines changed

14 files changed

+39
-42
lines changed

Core C3 Launching a 10K NFT collection on Core/1. Let’s Get Started/1. What are we building today.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pro tip: Staying connected with blockchain projects through their official GitHu
66

77
But guess what? We're not stopping there. We're diving headfirst into the wild world of NFTs, and you're coming with us! In this course, we're going to turn you into an NFT ninja, capable of creating a mind-blowing collection of 10,000 unique digital treasures.
88

9-
![it.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%201%20What%20are%20we%20building%20today/it.gif?raw=true)
9+
![it.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%201%20What%20are%20we%20building%20today/it.webp?raw=true)
1010

1111
Think of it like this: if the first two courses were your training montage, this is where you step into the ring and become a champion. We're talking about mastering the art of generating thousands of one-of-a-kind NFTs, wielding the power of Solidity like a pro, and joining a community of fellow NFT enthusiasts who are just as passionate as you are.
1212

@@ -52,7 +52,7 @@ You will be getting the following outcomes when you complete this course:
5252

5353
If you complete this course with us, you will be getting a special NFT which will unlock many more opportunities for you on the Metaschool platform. Here is what the NFT looks like.
5454

55-
![Core C3 NFT (1).gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%201%20What%20are%20we%20building%20today/Core_C3_NFT_(1).gif?raw=true)
55+
![Core C3 NFT (1).gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%201%20What%20are%20we%20building%20today/Core_C3_NFT_(1).webp?raw=true)
5656

5757
Now before we move forward, let’s set some house rules first.
5858

Core C3 Launching a 10K NFT collection on Core/1. Let’s Get Started/2. Introduction to NFT.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Alright, NFT adventurers, buckle up! We're about to blast off into the heart of the NFT universe.🚀 Today, we're ditching the training wheels and diving headfirst into the heart of what makes NFTs tick. Think of this lesson as your backstage pass to the NFT concert – we'll uncover their history, their superpowers, and why everyone from artists to investors is going gaga over them. 🎸
44

5-
![nft.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/nft.png?raw=true)
5+
![nft.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/nft.webp?raw=true)
66

77
# NFTs: More Than Just Fancy JPEGs
88

99
Let's rewind for a second and revisit the basics. NFT stands for non-fungible token, and it's basically a digital asset that's one-of-a-kind. Think of it like your favorite childhood toy, a rare baseball card, or even that embarrassing selfie you took back in high school (hey, it's still unique!).
1010

11-
![toys.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/toys.gif?raw=true)
11+
![toys.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/toys.webp?raw=true)
1212

1313
These are all *non-fungible* things – they're unique, one-of-a-kind, and can't be replaced with something else, even if it looks the same.
1414

@@ -20,11 +20,11 @@ While NFTs might seem like a recent phenomenon their history goes back further t
2020

2121
Our time machine first takes us back to 2014, where a humble NFT called "Quantum" was minted on the Namecoin blockchain. It might not have been the Mona Lisa of NFTs, but it was a groundbreaking moment, marking the birth of a new era of digital ownership.
2222

23-
![first.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/first.png?raw=true)
23+
![first.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/first.webp?raw=true)
2424

2525
Fast forward to 2017, and things started to heat up with the arrival of CryptoKitties on Ethereum. These adorable, pixelated cats took the internet by storm, with people spending millions of dollars to collect, breed, and trade them. CryptoKitties proved that NFTs could be more than just pretty pictures – they could be fun, interactive, and surprisingly valuable.
2626

27-
![cats.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/cats.png?raw=true)
27+
![cats.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/cats.webp?raw=true)
2828

2929
But the real NFT frenzy didn't kick off until 2021. Digital art, music, sports memorabilia, virtual real estate – everything under the digital sun was being turned into an NFT. Beeple's digital collage sold for a mind-boggling $69 million at Christie's auction house, sending shockwaves through the art world and propelling NFTs into the global spotlight.
3030

@@ -38,7 +38,7 @@ Fast forward to today, and NFTs are everywhere you look. They're not just about
3838
- **Real Estate:** The metaverse is booming, and NFTs are your ticket to owning virtual land, building your dream home, and creating experiences that would be impossible in the physical world.
3939
- **Identity and Credentials:** From diplomas to medical records, NFTs are being used to create secure, tamper-proof digital records that you can own and control.
4040

41-
![props.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/props.gif?raw=true)
41+
![props.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%202%20Introduction%20to%20NFT/props.webp?raw=true)
4242

4343
# Fungible vs. Non-Fungible: Cracking the Token Code
4444

Core C3 Launching a 10K NFT collection on Core/1. Let’s Get Started/3. Understanding Tokenomics.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome back, NFT pioneers! By now, you're practically fluent in NFT lingo, slinging around terms like "non-fungible" and "blockchain" like seasoned pros. But before we get our hands dirty minting our own digital masterpieces, we need to dive into the nitty-gritty of NFT economics, also known as "tokenomics."
44

5-
![bird.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%203%20Understanding%20Tokenomics/bird.png?raw=true)
5+
![bird.png](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%203%20Understanding%20Tokenomics/bird.webp?raw=true)
66

77
Don't worry, we won't bore you with dry lectures and complicated formulas. Think of this lesson as a treasure map to unlock the secrets of NFT value. We'll explore the factors that influence how much your digital treasures are worth, so you can create NFTs that not only look cool but also have the potential to rake in some serious dough!
88

@@ -14,7 +14,7 @@ In the NFT world, tokenomics is all about understanding how supply and demand, u
1414

1515
### Why Tokenomics Matters
1616

17-
![y.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%203%20Understanding%20Tokenomics/y.gif?raw=true)
17+
![y.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%203%20Understanding%20Tokenomics/y.webp?raw=true)
1818

1919
Tokenomics isn't just some abstract concept for economists to ponder over. It's a crucial element of any successful NFT project. Why? Because it directly impacts the value and longevity of your NFTs.
2020

@@ -24,27 +24,27 @@ Think of it like building a house. You wouldn't just start stacking bricks witho
2424

2525
So, what exactly goes into the NFT value recipe? Let's take a closer look at some of the key ingredients:
2626

27-
#### **Rarity**
27+
#### Rarity
2828

2929
Just like in the real world, scarcity drives up demand. The rarer your NFT, the more people will want it, and the more valuable it becomes. Think of it like that limited edition sneaker or that vintage comic book – the fewer there are, the more people are willing to pay for it. In the NFT world, rarity can be created through limited editions, unique attributes, or even through mechanisms like burning (permanently removing a certain number of tokens from circulation).
3030

31-
#### **Utility**
31+
#### Utility
3232

3333
NFTs aren't just pretty pictures. Many of them come with additional perks, like access to exclusive events, communities, or even real-world benefits. The more useful an NFT is, the higher its perceived value. For example, an NFT that gives you access to a private Discord server with your favorite artist would likely be more valuable than one that doesn't offer any additional benefits.
3434

35-
#### **Community**
35+
#### Community
3636

3737
A strong and engaged community can make or break an NFT project. The more people who are excited about your NFTs, the more likely they are to hold onto them, trade them, and even evangelize them to others. A vibrant community can drive up demand and create a sense of scarcity, both of which can boost the value of your NFTs. Think of it like a fan club for your favorite band – the more passionate the fans, the more valuable the band's merchandise becomes.
3838

39-
#### **Reputation and Credibility**
39+
#### Reputation and Credibility
4040

4141
The reputation of the artist, creator, or brand behind an NFT plays a huge role in its value. A well-known artist or a reputable brand will likely command higher prices for their NFTs, as their name adds credibility and desirability to the asset. It's like buying a painting from a famous artist – you're not just paying for the artwork itself, but also for the artist's reputation and the prestige associated with their name.
4242

43-
#### **Market Trends**
43+
#### Market Trends
4444

4545
The NFT market is constantly evolving, with new trends emerging all the time. Staying on top of these trends can help you identify which NFTs are likely to increase in value. For example, if a particular type of NFT (like generative art or music NFTs) is gaining popularity, it could be a good time to invest in those types of assets.
4646

47-
![features.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%203%20Understanding%20Tokenomics/features.gif?raw=true)
47+
![features.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%203%20Understanding%20Tokenomics/features.webp?raw=true)
4848

4949
## Mastering Tokenomics: Your Key to NFT Success
5050

Core C3 Launching a 10K NFT collection on Core/2. Building the 10k NFT Collection/4. Introduction to NFT Collectibles.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Alright, NFT trailblazers! Ready to level up your NFT game? Buckle up, because we're about to go beyond the basics and explore the beating heart of NFT creation: the ERC-721 token standard. This is the foundation that makes unique, one-of-a-kind digital treasures possible on the blockchain.
44

5-
![nft.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/nft.gif?raw=true)
5+
![nft.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/nft.webp?raw=true)
66

77
We've talked about individual NFTs, but what about when you want to create a whole gang of them? That's where NFT collections come in. Think of them like a set of trading cards, a series of digital artworks, or a team of unique characters in a game. These collections often share a common theme, style, or story, and they're usually released in limited quantities to make them even more special.
88

99
Now, here's the kicker: creating a massive NFT collection, like the 10K masterpiece we're aiming for, isn't as simple as copy-pasting the same NFT a thousand times. That would be boring, right?
1010

11-
![copiers.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/copiers.gif?raw=true)
11+
![copiers.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/copiers.webp?raw=true)
1212

1313
We need a way to create a bunch of NFTs that are similar but still unique, each with its own special flair. And that's where token standards like ERC-721 come in.
1414

@@ -19,7 +19,7 @@ Every NFT has two main components:
1919
- **The Image:** This is the visual representation of your NFT, whether it's a stunning piece of digital art, a pixelated character, or a 3D model of a virtual world.
2020
- **The Blockchain Record:** This is the unchangeable proof of ownership and authenticity for your NFT. It's stored on the blockchain (in this case, the Core blockchain) and includes a unique identifier, the owner's address, and a link to the image file. Think of it like a digital certificate of authenticity that can never be altered or faked.
2121

22-
![nft-block.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/nft-block.gif?raw=true)
22+
![nft-block.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/nft-block.webp?raw=true)
2323

2424
## ERC-721: The OG Standard for Unique Digital Assets
2525

@@ -41,7 +41,7 @@ While other standards exist, ERC-721 continues to be the most popular choice for
4141

4242
## Your 10K NFT Collection Roadmap
4343

44-
![dbz.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/dbz.gif?raw=true)
44+
![dbz.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%204%20Introduction%20to%20NFT%20Collectibles/dbz.webp?raw=true)
4545

4646
Here's a simplified roadmap for creating your 10,000 NFT collection using the ERC-721 standard:
4747

Core C3 Launching a 10K NFT collection on Core/2. Building the 10k NFT Collection/5. Setting up the project structure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this lesson, we'll gather all the tools you need to mint, manage, and showcas
88

99
Before we dive into the coding fun, we need to gather some essential tools. Think of it like prepping your ingredients before baking a cake – you can't make deliciousness without the right stuff!
1010

11-
![Frame 3560408.jpg](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%205%20Setting%20up%20the%20project%20structure/Frame_3560408.jpg?raw=true)
11+
![Frame 3560408.jpg](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%205%20Setting%20up%20the%20project%20structure/Frame_3560408.webp?raw=true)
1212

1313
1. **Node.js & npm (or yarn):** Head over to [nodejs.org](https://nodejs.org/) and grab the installer for your operating system (Windows, macOS, or Linux).
1414
2. **Visual Studio Code (VSCode):** Grab it from [code.visualstudio.com](https://code.visualstudio.com/) and follow the simple installation instructions.
@@ -24,7 +24,7 @@ Before we dive into the coding fun, we need to gather some essential tools. Thin
2424
5. Paste the code you copied and authorize your git. You might need to enter your GitHub password if you have yet to log in.
2525
6. Do not close this terminal!
2626

27-
![Screen Recording 2024-07-15 at 11.44.49 AM.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%205%20Setting%20up%20the%20project%20structure/Screen_Recording_2024-07-15_at_11.44.49_AM.gif?raw=true)
27+
![Screen Recording 2024-07-15 at 11.44.49 AM.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%205%20Setting%20up%20the%20project%20structure/Screen_Recording_2024-07-15_at_11.44.49_AM.webp?raw=true)
2828

2929

3030
Awesome, you are all set!! Good job!

Core C3 Launching a 10K NFT collection on Core/2. Building the 10k NFT Collection/6. Creating a 10,000-Piece NFT Collection.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hey there, NFT creators! You've conquered the world of token standards and emerged victorious with the ERC-721 as your chosen weapon. Now, it's time to tap into your artistic genius and embark on the thrilling adventure of creating a massive 10,000-piece NFT collection. Let those creative juices flow, because we're about to turn your imagination into a digital goldmine!
44

5-
![art.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/art.gif?raw=true)
5+
![art.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/art.webp?raw=true)
66

77
## Creating Your Digital Masterpieces: Images and Metadata
88

@@ -51,11 +51,9 @@ brew install python3
5151
5252
5. Finally, create an empty public GitHub repository (think of it as a digital gallery) and copy its HTTPS link. This is where we'll showcase your finished NFT collection. Paste the link into the `.env` file, next to the `GIT_REPO_URL` variable.
5353
54-
![git-repo.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/git-repo.gif?raw=true)
54+
![git-repo.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/git-repo.webp?raw=true)
5555
5656
57-
---
58-
5957
## Generating Images and Metadata
6058
6159
With everything set up, let the magic begin! Run the image generator script with this command:
@@ -117,11 +115,11 @@ Your repository will now be a treasure trove of NFT goodness, ready to be discov
117115
2. Choose "Deploy from a branch" and select the master branch.
118116
3. Click "Save," and in a few minutes, your NFT collection will be live on a beautiful webpage powered by GitHub Pages!
119117
120-
![git-pages.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/git-pages.gif?raw=true)
118+
![git-pages.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/git-pages.webp?raw=true)
121119
122120
Now, if you go to `metadata` folder and open any JSON file. Copy the image URL and paste it new tab, you can view the image.
123121
124-
![Screen Recording 2024-07-24 at 6.12.11 PM.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/Screen_Recording_2024-07-24_at_6.12.11_PM.gif?raw=true)
122+
![Screen Recording 2024-07-24 at 6.12.11 PM.gif](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/Core%20C3%2010k%20NFT%20Images/Lesson%206%20Creating%20a%2010,000-Piece%20NFT%20Collection%20/Screen_Recording_2024-07-24_at_6.12.11_PM.webp?raw=true)
125123
126124
## Next Steps: Bringing Your NFTs to Life on the Blockchain
127125

0 commit comments

Comments
 (0)