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: src/pages/lessons/projects/1.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ import { LessonHeader } from "../../../components/mdx/LessonHeader";
8
8
importLayoutfrom"../../../components/Layout";
9
9
10
10
<Layout
11
-
title="Dapp Page"
12
-
description="A page for your dapp."
11
+
title="Introduction to Smart Contract Development with Solidity"
12
+
description="Beginner-friendly. Create your first Solidity smart contract and learn the fundamentals of blockchain development. Checkpoint quizzes included."
13
13
>
14
14
<LessonHeadertitle="Lesson 1: Intro to Smart Contract Development" />
Copy file name to clipboardExpand all lines: src/pages/lessons/projects/2.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ import CliLesson from "../fundamentals/cli_lesson.mdx";
24
24
importLayoutfrom"../../../components/Layout";
25
25
26
26
<Layout
27
-
title="Dapp Page"
28
-
description="A page for your dapp."
27
+
title="Crafting a Basic NFT: A Step-by-Step ERC721 Tutorial for Beginners"
28
+
description="Use pro developer tools and libraries to create and host your first ERC721 NFT, for real world professional projects. Checkpoint quizzes included."
29
29
>
30
30
<LessonHeadertitle="Lesson 2: Build a Basic NFT" />
Copy file name to clipboardExpand all lines: src/pages/lessons/projects/3.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ import { LessonHeader } from "../../../components/mdx/LessonHeader";
22
22
importLayoutfrom"../../../components/Layout";
23
23
24
24
<Layout
25
-
title="Dapp Page"
26
-
description="A page for your dapp."
25
+
title="Multi Tiered NFTs: A User-Friendly Guide to Building ERC721 Collections"
26
+
description="Create your first ERC721 tiered NFT collection with an array of dev tools with probing quizzes along the way. Adapt your project for professional use cases."
Copy file name to clipboardExpand all lines: src/pages/lessons/projects/4.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ import { LessonHeader } from "../../../components/mdx/LessonHeader";
9
9
importLayoutfrom"../../../components/Layout";
10
10
11
11
<Layout
12
-
title="Dapp Page"
13
-
description="A page for your dapp."
12
+
title="Smart Contracts: Automated Testing and Test-Driven Development (TDD)"
13
+
description="Learn Test Driven Development from the best. A crucial skill for Solidity developers. A necessity in blockchain eco-systems. Your automated tests keep us safe."
Copy file name to clipboardExpand all lines: src/pages/lessons/projects/5.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ import { LessonHeader } from "../../../components/mdx/LessonHeader";
10
10
importLayoutfrom"../../../components/Layout";
11
11
12
12
<Layout
13
-
title="Dapp Page"
14
-
description="A page for your dapp."
13
+
title="Connect your Smart Contract to a Front End Application"
14
+
description="Learn to seamlessly integrate your smart contracts with a user friendly frontend interface utilising web3 libraries. With engaging quizzes along the way."
15
15
>
16
16
<LessonHeadertitle="Lesson 5: Connecting to a Frontend" />
0 commit comments