Skip to content

Commit 53e2b4e

Browse files
committed
feat: create (hopefully definitive) placeholders for checkpoint questions
1 parent 2320885 commit 53e2b4e

File tree

1 file changed

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

1 file changed

+26
-4
lines changed

src/pages/lessons/projects/6.mdx

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,12 @@ rm src/*
302302
rm test/*
303303
```
304304

305-
Now that we have everything ready, we can go ahead and start coding Solidity.
305+
<SideDrawer
306+
buttonText="Checkpoint Questions will be here"
307+
title="">
308+
</SideDrawer>
306309

307-
### 😊 CHECKPOINT QUESTIONS 😊
310+
Everything's ready, so let's go ahead and start coding Solidity.
308311

309312
## Create the Framing and Walls
310313

@@ -439,7 +442,12 @@ because that's required by the ERC20 standard.
439442

440443
We have now created doors to our house, but we haven't put locks in them!
441444

442-
### 😊 CHECKPOINT QUESTIONS 😊
445+
446+
<SideDrawer
447+
buttonText="Checkpoint Questions will be here"
448+
title="">
449+
</SideDrawer>
450+
443451

444452
## Lock the Door!
445453

@@ -503,6 +511,7 @@ the contract, and then restricted access to our `mint` function.
503511
Now any address that doesn't have the `MINTER_ROLE` granted, will revert on any
504512
transaction that calls our `mint` function. Hooray! Our door is now locked, but only for intruders!
505513

514+
506515
## Final Touches and details
507516

508517
Congratulations! We have built a fully functioning token!
@@ -597,7 +606,11 @@ can find and fix them. If you can't fix them, you can go into our forum and try
597606
to ask our community for help by explaining your error, the console output and
598607
your configuration (OS, version, Foundry and Solidity version, etc.)
599608

600-
### 😊 CHECKPOINT QUESTIONS 😊
609+
610+
<SideDrawer
611+
buttonText="Checkpoint Questions will be here"
612+
title="">
613+
</SideDrawer>
601614

602615
## Register your house in the Real Estate Register
603616

@@ -767,6 +780,14 @@ If we filter out all information, we should pay attention to the second line, wh
767780
the tool tells us what the address of the deployed contract is:
768781
`0xCE68eD7AEd9A1c6C185f2B8b576e7cBD7bf5dAAf`.
769782

783+
784+
<SideDrawer
785+
buttonText="Checkpoint Questions will be here"
786+
title="">
787+
</SideDrawer>
788+
789+
## Querying the Block Explorer
790+
770791
You can go into [Sepolia Etherscan](https://sepolia.etherscan.io/) block
771792
explorer and search for this address that the command returned to check out your
772793
very own newly deployed smart contract!
@@ -800,6 +821,7 @@ our decimals in 18, that would be exactly 1000 MTK.
800821

801822
![ERC20-1000MTK](/assets/lessons/6/ERC20-1000MTK.png)
802823

824+
803825
### 😊 FINAL QUIZ 😊
804826

805827
## Invite your frens!

0 commit comments

Comments
 (0)