Skip to content

Commit af74e31

Browse files
committed
feat: commit to debug hydration errors
1 parent 7773888 commit af74e31

File tree

1 file changed

+8
-14
lines changed
  • src/pages/lessons/projects

1 file changed

+8
-14
lines changed

src/pages/lessons/projects/6.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ title: Your own Token with Foundry
44
description:
55
Create and deploy an ERC-20 Token (UNI, MKR, DAI, etc.) using the Foundry
66
toolkit.
7-
icons: [
8-
"solidity",
9-
"foundry",
10-
"openzeppelin",
11-
"ethereum",
12-
"etherscan"
13-
]
7+
icons: ["solidity", "foundry", "openzeppelin", "ethereum", "etherscan"]
148
---
159

1610
import Layout from "../../../components/Layout";
@@ -884,7 +878,7 @@ Let's take one more moment to consolidate the steps you've just mastered:
884878
effortless compilation.
885879
- Integrated OpenZeppelin, leveraging their ERC-20 and AccessControl
886880
implementations for enhanced functionality and security.
887-
- Successfully configured your contract for deployment on the Sepolia testnet.
881+
- Successfully configured your contract for deployment on the Sepolia testnet.
888882

889883
All in all, a very significant accomplishment!
890884

@@ -899,14 +893,14 @@ So where do you go from here? In the future, we'll be adding to this ERC-20
899893
series of lessons. But for now, why not explore _A Developer's Guide to
900894
Ethereum_ three part track throught the lens of Python? Or complete the NFT
901895
track, all the way from the back-end to creating your own front-end, building
902-
your own Test Driven Development suite along the way. And of course, we have lots of other
903-
goodies in the pipeline to get your developer juices flowing.
896+
your own Test Driven Development suite along the way. And of course, we have
897+
lots of other goodies in the pipeline to get your developer juices flowing.
904898

905899
And make sure to check into the
906-
[Developer_DAO](https://handbook.developerdao.com/) community for our newsletter, workshops,
907-
DevNtells, hackathons, VIBES and many more initiatives that are going to enhance your
908-
developer journey in creating a better planet Earth with us 🌎🌤️💦🌈🌊
909-
900+
[Developer_DAO](https://handbook.developerdao.com/) community for our
901+
newsletter, workshops, DevNtells, hackathons, VIBES and many more initiatives
902+
that are going to enhance your developer journey in creating a better planet
903+
Earth with us 🌎🌤️💦🌈🌊
910904

911905
import { ContributorFooter } from "../../../components/mdx/ContributorFooter";
912906

0 commit comments

Comments
 (0)