@@ -302,9 +302,12 @@ rm src/*
302
302
rm test/*
303
303
```
304
304
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 >
306
309
307
- ### 😊 CHECKPOINT QUESTIONS 😊
310
+ Everything's ready, so let's go ahead and start coding Solidity.
308
311
309
312
## Create the Framing and Walls
310
313
@@ -439,7 +442,12 @@ because that's required by the ERC20 standard.
439
442
440
443
We have now created doors to our house, but we haven't put locks in them!
441
444
442
- ### 😊 CHECKPOINT QUESTIONS 😊
445
+
446
+ <SideDrawer
447
+ buttonText = " Checkpoint Questions will be here"
448
+ title = " " >
449
+ </SideDrawer >
450
+
443
451
444
452
## Lock the Door!
445
453
@@ -503,6 +511,7 @@ the contract, and then restricted access to our `mint` function.
503
511
Now any address that doesn't have the ` MINTER_ROLE ` granted, will revert on any
504
512
transaction that calls our ` mint ` function. Hooray! Our door is now locked, but only for intruders!
505
513
514
+
506
515
## Final Touches and details
507
516
508
517
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
597
606
to ask our community for help by explaining your error, the console output and
598
607
your configuration (OS, version, Foundry and Solidity version, etc.)
599
608
600
- ### 😊 CHECKPOINT QUESTIONS 😊
609
+
610
+ <SideDrawer
611
+ buttonText = " Checkpoint Questions will be here"
612
+ title = " " >
613
+ </SideDrawer >
601
614
602
615
## Register your house in the Real Estate Register
603
616
@@ -767,6 +780,14 @@ If we filter out all information, we should pay attention to the second line, wh
767
780
the tool tells us what the address of the deployed contract is:
768
781
` 0xCE68eD7AEd9A1c6C185f2B8b576e7cBD7bf5dAAf ` .
769
782
783
+
784
+ <SideDrawer
785
+ buttonText = " Checkpoint Questions will be here"
786
+ title = " " >
787
+ </SideDrawer >
788
+
789
+ ## Querying the Block Explorer
790
+
770
791
You can go into [ Sepolia Etherscan] ( https://sepolia.etherscan.io/ ) block
771
792
explorer and search for this address that the command returned to check out your
772
793
very own newly deployed smart contract!
@@ -800,6 +821,7 @@ our decimals in 18, that would be exactly 1000 MTK.
800
821
801
822
![ ERC20-1000MTK] ( /assets/lessons/6/ERC20-1000MTK.png )
802
823
824
+
803
825
### 😊 FINAL QUIZ 😊
804
826
805
827
## Invite your frens!
0 commit comments