ethereum / ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.
https://ethereum.org/
MIT License
5.04k stars 4.78k forks source link

Content request: ETH issuance - how many ETH are there? #13644

Open konopkja opened 1 month ago

konopkja commented 1 month ago

Is your feature request related to a problem? Please describe.

This is a content request for anyone to write a beginner friendly article about ETH supply.

Whoever wants to write the article, please first comment on this issue and we will assign it to you.

Use this style guide and best practices to format the article appropriately for our audience: https://ethereum.org/en/contributing/style-guide/

Describe the solution you'd like

A beginner friendly article explaining ETH supply.

Describe alternatives you've considered

Alternatively, in smaller size could live on https://ethereum.org/en/eth/

Additional context

No response

Would you like to work on this issue?

panditdhamdhere commented 1 month ago

Hey @konopkja can you assign this to me? I'd like to work on this. Thank you.

panditdhamdhere commented 1 month ago

@konopkja Hi can I know where on which page I have to create PR.

konopkja commented 1 month ago

This would be a brand new page. - A subpage of https://ethereum.org/en/eth/ likely

panditdhamdhere commented 1 month ago

Yeah! But where I've to submit the content. Apologise!

Thank you

konopkja commented 1 month ago

not sure i follow, can you be more specific?

pettinarip commented 1 month ago

Yeah! But where I've to submit the content. Apologise!

Thank you

Hey @panditdhamdhere, thanks for helping on this!

So, for this new page we would want it to live under https://ethereum.org/en/eth/supply

To do that, you will need to:

  1. Create a new md file under https://github.com/ethereum/ethereum-org-website/blob/dev/public/content/eth/supply/index.md (you will need to create the folders as well)
  2. Add the new path "/eth/supply" to the temporalAllowedPages array under https://github.com/ethereum/ethereum-org-website/blob/dev/src/lib/utils/md.ts#L30

Then, inside the new md file, you will need to add a bit of frontmatter and then the content:

---
title: ETH supply
description: ...
lang: en
---

Content...

Thats all. LMK if you get stuck or need help!

panditdhamdhere commented 1 month ago

Wow! Thank you very much @pettinarip and @konopkja means alot! working on this

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity.