Skip to content

Commit 47c587c

Browse files
committed
Create initial 2 paragraphs of lesson intro
1 parent dd17e67 commit 47c587c

File tree

1 file changed

+20
-0
lines changed
  • pages/lessons/projects

1 file changed

+20
-0
lines changed

pages/lessons/projects/6.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@ import { LessonHeader } from '../../../components/mdx/LessonHeader'
2020
title="Create your own Tokens using Foundry"
2121
/>
2222

23+
## About this lesson
24+
25+
If you're eager to learn how to create your first ERC20 token, you're in the right place.
26+
We'll be building a smart contract with a range of developer tools, including the use of Foundry.
27+
If you are new to coding, we suggest that you first complete our _Getting Started with Smart Contract
28+
Development_ project, to get to grips with the basics of Solidity you'll need in
29+
this lesson. We also have a series of follow-up projects 'in the works' to follow on from this tutorial,
30+
but let's get our focus on this one first.
31+
32+
We'll have checkpoint questions at stages for testing your
33+
previous knowledge, predicting next steps in the lesson, and helping you see how you're
34+
absorbing the new content. Expect a final quiz,
35+
so make sure you're checking out all the side-drawers for a deeper dive of the
36+
new concepts. To complete the lesson, expect somewhere between one and four
37+
hours, depending on your previous experience and the need to learn new ideas.
38+
Let's make learning enjoyable by taking care of our well-being. We have
39+
a **pomodoro timer** ⌛ for you in the menu header. Make use of it to take
40+
regular breaks, and please _do_ go outside and "touch grass." 😊 Nature is the
41+
source of much of our well-being. 🌱
42+
2343
## What are we creating?
2444

2545
At the end of this lesson you will be able to create your own ERC20 tokens, and

0 commit comments

Comments
 (0)