Skip to content

Commit 91e1ce9

Browse files
authored
Merge pull request #13563 from jackabald/add-yt-series
Add video series
2 parents 0bceede + 76491f7 commit 91e1ce9

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

app/[locale]/learn/page.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,15 @@ export default async function Page({ params }: { params: Promise<Params> }) {
692692
<i>{t("bankless-description")}</i>
693693
</ListItem>
694694
</UnorderedList>
695+
<H3>{t("about-ethereum-video-series")}</H3>
696+
<UnorderedList>
697+
<ListItem>
698+
<InlineLink href="https://www.youtube.com/playlist?list=PLqgutSGloqiJyyoL0zvLVFPS-GMD2wKa5">
699+
{t("ethereum-basics-title")}
700+
</InlineLink>{" "}
701+
<i>{t("ethereum-basics-description")}</i>
702+
</ListItem>
703+
</UnorderedList>
695704
</Stack>
696705
</Section>
697706

public/content/developers/docs/intro-to-ethereum/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ A reusable snippet of code (a program) which a developer publishes into EVM stat
109109
- [Ethereum Whitepaper](/whitepaper/)
110110
- [How does Ethereum work, anyway?](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369) - _Preethi Kasireddy_ (**NB** this resource is still valuable but be aware that it predates [The Merge](/roadmap/merge) and therefore still refers to Ethereum's proof-of-work mechanism - Ethereum is actually now secured using [proof-of-stake](/developers/docs/consensus-mechanisms/pos))
111111

112+
### More of a visual learner? {#visual-learner}
113+
114+
This video series offers a thorough exploration of foundational topics:
115+
116+
<YouTube id="j78ZcIIpi0Q"/>
117+
118+
[Ethereum Basics Playlist](https://youtube.com/playlist?list=PLqgutSGloqiJyyoL0zvLVFPS-GMD2wKa5&si=kZTf5I7PKGTXDsOZ)
119+
112120
_Know of a community resource that helped you? Edit this page and add it!_
113121

114122
## Related tutorials {#related-tutorials}

src/intl/en/page-learn.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"about-ethereum-video-series": "Video series about Ethereum",
23
"toc-learn-hub": "Learn hub",
34
"toc-what-is-crypto-ethereum": "What is Ethereum?",
45
"toc-how-do-i-use-ethereum": "How do I use Ethereum?",
@@ -117,8 +118,10 @@
117118
"zeroknowledge-description": "Goes deep into the tech that will power the emerging decentralized web and the community building this",
118119
"green-pill-title": "Green Pill",
119120
"green-pill-description": "Explores the crypto-economic systems that create positive externalities for the world",
121+
"ethereum-basics-title": "Ethereum Basics",
122+
"ethereum-basics-description": "Learn the basics of Ethereum network architecture with an easy-to-understand video series.",
120123
"unchained-title": "Unchained",
121124
"unchained-description": "Dives deep into the people building the decentralized internet, the details of this technology that could underpin our future, and some of the thorniest topics in crypto, such as regulation, security and privacy",
122125
"the-daily-gwei-title": "The Daily Gwei",
123126
"the-daily-gwei-description": "Ethereum news recaps, updates and analysis"
124-
}
127+
}

0 commit comments

Comments
 (0)