Ethereum.org is a primary online resource for the Ethereum community.
This is the repo for the ethereum.org website, a resource for the Ethereum community. The siteβs purpose is to βBe the best portal to Ethereum for our growing global community" - read more about what this means here.
ethereum.org is being improved and changed over time through the contributions of community members who submit content, give feedback, or volunteer their time to manage its evolution. If youβre interested in helping to improve ethereum.org, find out how to contribute.
If youβre looking for the Ethereum blockchain itself, there is no single repo. Instead, Ethereum has multiple implementations of the protocol written in different programming languages for security and diversity. Check out the different implementations
This project follows the all-contributors specification. Contributions of any kind are welcome!
More information on the issue creation process, and expectations around creating issues can be found here.
If youβre ready to contribute and create your PR, it will help to set up a local environment so you can see your changes.
If this is your first time forking our repo, this is all you need to do for this step:
git clone [email protected]:[your_github_handle]/ethereum-org-website.git && cd ethereum-org-website
If youβve already forked the repo, youβll want to ensure your fork is configured and that itβs up to date. This will save you the headache of potential merge conflicts.
git remote add upstream https://github.com/ethereum/ethereum-org-website.git
To sync your fork with the latest changes:
git checkout dev
git fetch upstream
git merge upstream/dev
We recommend using a node manager to use multiple node versions in your system. We use Volta. In case you donβt use a manager or you use nvm
, you can check the currently supported versions under the "volta"
section on our package.json
file.
yarn
git checkout -b new_branch_name
yarn dev
localhost:3000
from your browserpackage.json
for more build options.env
file, set BUILD_LOCALES=en
to build the content only in EnglishBUILD_LOCALES
, eg: BUILD_LOCALES=en,es
if you also want to build only English (required) and Spanish.# BUILD_LOCALES=
By default the script will build all the languages (complete list in i18n.config.json
).
git commit -m "brief description of changes [Fixes #1234]"
git push
dev
branch of the ethereum/ethereum-org-website
repoUpdates out of date content [Fixes #1234]
dev
branchLearn more about how we review pull requests here.
master
is continually synced to Netlify and will automatically deploy new commits to ethereum.orgThe Proof of Attendance Protocol is a dapp that distributes badges in the form of ERC-721 tokens to prove you participated in an event. More on POAPs.
An Onchain Achievement Token (OAT) is a special badge on Galxe. Itβs a proof of your contribution to the ecosystem. More on OATs.
If you have committed any changes in 2024 so far that were merged into our repo or if you have translated a certain amount of words, you can claim your OATs!
There are OATs for GitHub, content, design and translation contributions.
π To claim your Contributor OATs, join our Discord server, create a post and paste links to your contributions in the #π₯ | proof-of-contribution
channel
Wait for a member of our team to assign you a role on Discord and send you links to your OATs.
To help with verification we request GitHub contributors connect their GitHub account with their Discord account (Discord > Settings > Connections > GitHub). Crowdin contributors will be verified directly through Crowdin by our team.
If you havenβt contributed yet and would like to earn a POAP/OATs to show your loyalty to the Ethereum space, head over to the issues tab to get started! If you would like to contribute to translations check out our Translation Program.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
We have a space to discuss all things ethereum.org β share your ideas or just say hi over on Discord.