@@ -20,6 +20,26 @@ import { LessonHeader } from '../../../components/mdx/LessonHeader'
20
20
title = " Create your own Tokens using Foundry"
21
21
/>
22
22
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
+
23
43
## What are we creating?
24
44
25
45
At the end of this lesson you will be able to create your own ERC20 tokens, and
0 commit comments