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/3.mdx
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ In the previous lesson, we talked about NFTs and their use cases. Unlike traditi
36
36

37
37
38
38
{/* WARM-UP QUESTIONS */}
39
-
<SideDrawerbuttonText="Warm-up Questions"title="Some previous knowledge, some prediction">
40
-
<Questionquestion="lesson-2/1-intro/Q1" />
41
-
<Questionquestion="lesson-2/1-intro/Q2" />
42
-
<Questionquestion="lesson-2/1-intro/Q3" />
43
-
<Questionquestion="lesson-2/1-intro/Q4" />
44
-
<Questionquestion="lesson-2/1-intro/Q5" />
45
-
</SideDrawer>
39
+
SideDrawer buttonText="Checkpoint Questions" title="Creating a Robust Development Environment">
40
+
<Questionquestion="lesson-3/<# of section block+section name/Q1" />
41
+
<Questionquestion="lesson-3//Q2" />
42
+
<Questionquestion="lesson-3//Q3" />
43
+
<Questionquestion="lesson-3//Q4" />
44
+
<Questionquestion="lesson-3/-/Q5" />
45
+
</SideDrawer>
46
46
<br/>
47
47
**Now that we have set the stage, it's time to dive into the exciting world of tiered NFTs and uncover the unique superpowers they possess. By the end of this tutorial, you will have gained a wealth of knowledge and accomplished the following steps**:
48
48
@@ -347,6 +347,15 @@ contract TierNFT is ERC721 {
347
347
<br/>
348
348
349
349
CHECKPOINT QUESTIONS ⁉️ <br />
350
+
<SideDrawer buttonText="Checkpoint Questions" title="Creating a Robust Development Environment">
351
+
<Question question="lesson-3/<# of section block+section name/Q1" />
0 commit comments