File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ icons:
14
14
]
15
15
---
16
16
17
- # Create your own Tokens using Foundry
17
+ import { LessonHeader } from ' ../../../components/mdx/LessonHeader'
18
+
19
+ <LessonHeader
20
+ title = " Create your own Tokens using Foundry"
21
+ />
18
22
19
23
## What are we creating?
20
24
@@ -802,3 +806,11 @@ be live and kicking.
802
806
Now that we have built our house and it's has been accepted in the real estate
803
807
register, we can invite our friends by transferring them some MTK, or ** even**
804
808
minting them some tokens, even if that affects your tokenomics 😉
809
+
810
+ import { ContributorFooter } from ' ../../../components/mdx/ContributorFooter'
811
+
812
+ <ContributorFooter
813
+ authors = { [' 7i7o' ]}
814
+ reviewers = { [' piablo' , ' georgemac510' ]}
815
+ contributors = { []}
816
+ />
You can’t perform that action at this time.
0 commit comments