You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/lessons/projects/2.mdx
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,12 @@ import { LessonHeader } from '../../../components/mdx/LessonHeader'
23
23
24
24
<LessonHeadertitle="Lesson 2: Build a Basic NFT" />
25
25
26
+
## About this lesson
27
+
28
+
Welcome to this lesson on creating a series of NFTs using Solidity smart contracts with a range of developer tools. If you are new to programming, we recommend you first complete our *Getting Started with Smart Contract Development* project, where you can learn the basics of Solidity and the some of the concepts we use in this lesson. We alst have a series of follow-up projects to this one, the next one being *TierNFTs*, but let's not get ahead of ourselves just yet.
29
+
30
+
We have some checkpoint questions for you throughout the lesson for testing either your previous knowledge, predicting next steps in the lesson, or letting you see for yourself how well you're absorbing the new content. Needless to say, there's a quiz at the end, so make sure you're checking out all the side-drawers for a deeper dive of the new concepts. To complete the lesson, expect somewhere between two and six hours depending on your previous experience and the need to learn new ideas. Let's make developing enjoyable, so take care of your well-being - we have a pomodoro timer ⌛ for you in the menu header to let you ensure you’re taking regular breaks, and please *do* go outside and 'touch some grass'😊.
31
+
26
32
## What are we buidling?
27
33
28
34
In this project we will build a basic NFT smart contract, that will serve us as
@@ -52,7 +58,7 @@ discover.
52
58
**But, what is it with all the hype around them?** As well as being unique, they have the
53
59
ability to carry properties inside them. The value inherent to blockchains and
54
60
the fact ownership can be transferred, leads to people attaching value to them.
55
-
This has created huge opportunities for marketplaces to buy and sell these assets.
61
+
This has created huge opportunities for individuals, marketplaces and platforms to trade, transfer or issue these assets.
56
62
57
63
Now that we know they can be much more than just an image, what are we waiting for!
58
64
@@ -70,7 +76,7 @@ By the end of this lesson we are going to learn a lot of things. A simple breakd
70
76
71
77
## Set up your environment
72
78
73
-
like the pros. For that we are going to set up our working environment in our
79
+
Like the pros. For that we are going to set up our working environment in our
74
80
computer, making sure we have all the necessary tools to create, debug and
0 commit comments