@@ -4,13 +4,7 @@ title: Your own Token with Foundry
4
4
description :
5
5
Create and deploy an ERC-20 Token (UNI, MKR, DAI, etc.) using the Foundry
6
6
toolkit.
7
- icons : [
8
- " solidity" ,
9
- " foundry" ,
10
- " openzeppelin" ,
11
- " ethereum" ,
12
- " etherscan"
13
- ]
7
+ icons : ["solidity", "foundry", "openzeppelin", "ethereum", "etherscan"]
14
8
---
15
9
16
10
import Layout from " ../../../components/Layout" ;
@@ -884,7 +878,7 @@ Let's take one more moment to consolidate the steps you've just mastered:
884
878
effortless compilation.
885
879
- Integrated OpenZeppelin, leveraging their ERC-20 and AccessControl
886
880
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.
888
882
889
883
All in all, a very significant accomplishment!
890
884
@@ -899,14 +893,14 @@ So where do you go from here? In the future, we'll be adding to this ERC-20
899
893
series of lessons. But for now, why not explore _ A Developer's Guide to
900
894
Ethereum_ three part track throught the lens of Python? Or complete the NFT
901
895
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.
904
898
905
899
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 🌎🌤️💦🌈🌊
910
904
911
905
import { ContributorFooter } from " ../../../components/mdx/ContributorFooter" ;
912
906
0 commit comments