Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update /eth page pre-merge copy #6700

Merged
merged 5 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/intl/en/page-eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
"page-eth-flexible-amounts": "Available in flexible amounts",
"page-eth-flexible-amounts-desc": "ETH is divisible up to 18 decimal places so you don't have to buy 1 whole ETH. You can buy fractions at a time – as little as 0.000000000000000001 ETH if you want.",
"page-eth-fuels": "ETH fuels and secures Ethereum",
"page-eth-fuels-desc": "ETH is the lifeblood of Ethereum. When you send ETH or use an Ethereum application, you'll pay a small fee in ETH to use the Ethereum network. This fee is an incentive for a miner to process and verify what you're trying to do.",
"page-eth-fuels-desc-2": "Miners are like the record-keepers of Ethereumthey check and prove that no one is cheating. Miners who do this work are also rewarded with small amounts of newly-issued ETH.",
"page-eth-fuels-desc": "ETH is the lifeblood of Ethereum. When you send ETH or use an Ethereum application, you'll pay a fee in ETH to use the Ethereum network. Part of the fee is required by the network (<a to=\"/glossary/#base-fee\">base fee</a>), and part is an incentive for a block producer (priority fee) to process and include what you're trying to do.",
wackerow marked this conversation as resolved.
Show resolved Hide resolved
"page-eth-fuels-desc-2": "Currently, miners are like the record-keepers of Ethereumthey check and prove that no one is cheating, and perform work for the right to propose a block of transactions. Miners who do this work are also rewarded with small amounts of newly-issued ETH.",
"page-eth-fuels-desc-3": "The work miners do keeps Ethereum secure and free of centralized control. In other words,",
"page-eth-fuels-desc-4": "Anyone is free to run Ethereum client software to verify and hold the state of the chain themselves. Node operators are not required to perform the same work as miners, and can quickly verify blocks that are proposed by others to ensure their validity, and to ensure they always have permissionless and private access to the network.",
wackerow marked this conversation as resolved.
Show resolved Hide resolved
"page-eth-fuels-desc-4-link": "More on running a node",
"page-eth-fuels-staking": "Soon, ETH will become even more important with staking. When you stake your ETH you'll be able to help secure Ethereum and earn rewards. In this system, the threat of losing your ETH deters attacks.",
wackerow marked this conversation as resolved.
Show resolved Hide resolved
"page-eth-fuels-more-staking": "More on staking",
"page-eth-fuels-staking": "ETH will become even more important with staking. When you stake your ETH you'll be able to help secure Ethereum and earn rewards. In this system, the threat of losing your ETH disincentivises attacks.",
"page-eth-get-eth-btn": "Get ETH",
"page-eth-gov-tokens": "Governance tokens",
"page-eth-gov-tokens-desc": "Tokens that represent voting power in decentralized organisations.",
Expand Down
6 changes: 6 additions & 0 deletions src/pages-conditional/eth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,12 @@ const EthPage = (props: PageProps<Queries.EthPageQuery, Context>) => {
<Translation id="page-eth-mining-link" />
</Link>
</p>
<p>
<Translation id="page-eth-fuels-desc-4" />{" "}
<Link to="/run-a-node/">
<Translation id="page-eth-fuels-desc-4-link" />
</Link>
</p>
<p>
<Translation id="page-eth-fuels-staking" />{" "}
<Link to="/staking/">
Expand Down