Skip to content

Commit c0c2ed5

Browse files
committed
feat: leave some commented questions in .mdx for @7i7o
1 parent b82f0a7 commit c0c2ed5

File tree

1 file changed

+4
-4
lines changed
  • src/pages/lessons/projects

1 file changed

+4
-4
lines changed

src/pages/lessons/projects/6.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ but let's get our focus on this one first.
3131

3232
We'll have checkpoint questions at stages for testing your
3333
previous knowledge, predicting next steps in the lesson, and helping you see how you're
34-
absorbing the new content. Expect a final quiz,
34+
absorbing the new content. You can also (soon) expect a final quiz,
3535
so make sure you're checking out all the side-drawers for a deeper dive of the
3636
new concepts. To complete the lesson, expect somewhere between one and four
3737
hours, depending on your previous experience and the need to learn new ideas.
@@ -96,7 +96,7 @@ Some basic functionality that our tokens need to provide are:
9696
- Approve an amount of tokens from an account to be spent by a third-party
9797
account
9898

99-
{/**@7i7o it might be cool to have these sentences to open a paragraph before the side-drawer, instead of on line 132
99+
{/**@7i7o is it cool to have these two sentences here to create paragraph before the side-drawer, instead of where they were originally on line 132 (see below)
100100
Although I don't know if you want to 'associate' OZ with the actual functions and events you lay out in the side-drawer. */}
101101
Has someone created a battle-tested library for the standard? Yes. OpenZeppelin, among others, has created an implementation we can inherit to create our own tokens easily. Here is a quick overview of what {/*maybe another word choice for 'what' e.g. 'functionality' or 'the components'*/} a contract needs in order to be called an ERC20 Token
102102
contract:
@@ -133,8 +133,8 @@ You can check the details in the full EIP-20 titled
133133

134134
## Let's code, but first...
135135

136-
Before we start hacking away without any structure to follow, what is our
137-
project's structure and what do we want to achieve? Since we are _BUIDLING_, I'd like to think of our project, or smart contract,
136+
Before we start hacking away without any structure to follow, what is our actual
137+
project's structure, and what do we want to achieve? Since we are _BUIDLING_, I'd like to think of our project, or smart contract,
138138
the same way as we would _roughly_ build a house:
139139

140140
* 1 - Foundations

0 commit comments

Comments
 (0)