Skip to content

Commit af9c505

Browse files
committed
adds Proof-of-work book to page/learn
1 parent b17088f commit af9c505

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/intl/en/page-learn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"online-communities-card-description": "Online communities provide a great opportunity to ask more specific questions or get involved.",
101101
"online-communities-card-button": "Explore communities",
102102
"books-about-ethereum": "Books about Ethereum and Cryptocurrencies",
103+
"proof-of-stake-description": "September 13, 2022 - Vitalik Buterin, Nathan Schneider",
103104
"cryptopians-description": "February 22, 2022 - Laura Shin",
104105
"out-of-the-ether-description": "September 29, 2020 - Matthew Leising",
105106
"the-infinite-machine-description": "July 14, 2020 - Camila Russo",

src/pages/learn/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,14 @@ const LearnPage = ({ data }: PageProps<Queries.LearnPageQuery, Context>) => {
799799
<Translation id="books-about-ethereum" />
800800
</h3>
801801
<ul>
802+
<li>
803+
<Link to="https://www.goodreads.com/en/book/show/59892281-proof-of-stake">
804+
Proof of Stake
805+
</Link>{" "}
806+
<i>
807+
<Translation id="proof-of-stake-description" />
808+
</i>
809+
</li>
802810
<li>
803811
<Link to="https://www.goodreads.com/book/show/57356067-the-cryptopians">
804812
The Cryptopians

0 commit comments

Comments
 (0)