# ethereum/ethereum-org-website

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/ethereum-ethereum-org-website).**

5,941 stars · 5,387 forks · Markdown · MIT

## Links

- GitHub: https://github.com/ethereum/ethereum-org-website
- Homepage: https://ethereum.org/
- awesome-repositories: https://awesome-repositories.com/repository/ethereum-ethereum-org-website.md

## Topics

`blockchain` `chakra-ui` `ethereum` `nextjs` `react` `typescript` `web3`

## Description

This is the official website and documentation hub for the Ethereum blockchain ecosystem. It serves as a comprehensive educational resource and community portal, providing plain-language guides on blockchain fundamentals, wallet usage, and concepts like DeFi and NFTs, alongside technical documentation for developers building decentralized applications.

The site offers detailed walkthroughs for creating dapps that interact with the Ethereum blockchain, covering accounts, transactions, and development frameworks. It also provides extensive guidance for node operators, including step-by-step instructions for running execution and consensus clients, various syncing methods, and staking as a validator in the proof-of-stake system. Enterprise blockchain adoption is addressed with business use cases and resources for private or permissioned network deployments.

The platform is built as a static site generated from Markdown files, with a component-based UI library ensuring visual consistency across thousands of pages. It features a client-side search engine that indexes all content at build time for instant full-text search, and a multi-language routing system that serves localized content in over 50 languages without duplicating code.

## Tags

### Education & Learning Resources

- [Ethereum](https://awesome-repositories.com/f/education-learning-resources/documentation-hubs/ethereum.md) — Serves as the official comprehensive documentation hub for the Ethereum blockchain ecosystem.
- [Blockchain Development](https://awesome-repositories.com/f/education-learning-resources/application-development-guides/blockchain-development.md) — Provides technical guides and tutorials for building dapps, writing smart contracts, and deploying on Ethereum.
- [Blockchain Education](https://awesome-repositories.com/f/education-learning-resources/learning-platforms-infrastructure/educational-infrastructure/educational-platforms/blockchain-education.md) — Offers plain-language educational resources on blockchain fundamentals, wallets, DeFi, and NFTs. ([source](https://ethereum.org/))

### Part of an Awesome List

- [Protocol References](https://awesome-repositories.com/f/awesome-lists/data/ethereum-clients/protocol-references.md) — Provides comprehensive bottom-up explanations of Ethereum's architecture, EVM, consensus, and networking layers.

### Content Management & Publishing

- [Static Site Generation](https://awesome-repositories.com/f/content-management-publishing/static-site-document-generators/static-site-generators/static-site-generation.md) — Pre-renders all pages as flat HTML at build time using a Node.js framework for fast loads and SEO-friendly content.
- [Markdown Transformation Pipelines](https://awesome-repositories.com/f/content-management-publishing/content-processing-transformation/markdown-markup-tools/markdown-tools/markdown-renderers/markdown-transformation-pipelines.md) — Transforms Markdown files with frontmatter into structured page data through a build-time processing chain.

### Data & Databases

- [Blockchain Protocols](https://awesome-repositories.com/f/data-databases/blockchain-protocols.md) — Provides bottom-up explanations of Ethereum's architecture, including EVM, consensus, and networking. ([source](https://ethereum.org/developers/docs/))
- [Proof-of-Stake Consensus](https://awesome-repositories.com/f/data-databases/proof-of-stake-delegation/proof-of-stake-consensus.md) — Explains how to operate validator software to participate in Ethereum's proof-of-stake consensus.
- [Node Operation Guides](https://awesome-repositories.com/f/data-databases/proof-of-stake-delegation/proof-of-stake-consensus/node-operation-guides.md) — Provides detailed walkthroughs for operating Ethereum nodes and staking as a validator. ([source](https://ethereum.org/developers/docs/))
- [Client-Side Search Indexes](https://awesome-repositories.com/f/data-databases/search-indexing-technologies/search-indexing/search-and-indexing/local-resource-indexing/client-side-search-indexes.md) — Indexes all page content into a client-side search engine at build time for instant full-text search across the knowledge base.

### Development Tools & Productivity

- [Search-Index-Based Retrieval](https://awesome-repositories.com/f/development-tools-productivity/search-indexing-tools/search-index-based-retrieval.md) — Indexes all page content into a client-side search engine at build time for instant full-text search without server round-trips.

### DevOps & Infrastructure

- [Node Operator Guides](https://awesome-repositories.com/f/devops-infrastructure/blockchain-node-operation/node-operator-guides.md) — Provides step-by-step instructions for running execution and consensus clients, syncing methods, and staking as a validator.
- [Blockchain Nodes](https://awesome-repositories.com/f/devops-infrastructure/blockchain-nodes.md) — Provides step-by-step instructions for running a full node that verifies every block and transaction against consensus rules. ([source](https://ethereum.org/developers/docs/nodes-and-clients/))
- [Node Operation Guides](https://awesome-repositories.com/f/devops-infrastructure/node-orchestrators/embedded-ethereum-node-managers/node-operation-guides.md) — Offers detailed guidance for running Ethereum nodes to participate in the network and validate transactions.
- [Enterprise Blockchain Deployments](https://awesome-repositories.com/f/devops-infrastructure/deployment-management-strategies/execution-platforms-and-targets/deployment-infrastructure/deployment-targets/blockchain-network-deployments/enterprise-blockchain-deployments.md) — Explores Ethereum use cases and provides guidance for enterprise blockchain adoption.
- [Enterprise Blockchain Solutions](https://awesome-repositories.com/f/devops-infrastructure/enterprise-deployment-solutions/enterprise-blockchain-solutions.md) — Supplies business use cases and guidance for private or permissioned Ethereum network deployments. ([source](https://ethereum.org/))
- [Blockchain Scaling Solutions](https://awesome-repositories.com/f/devops-infrastructure/read-throughput-scaling/linear-throughput-scaling/blockchain-scaling-solutions.md) — Documents how to scale Ethereum transaction throughput using rollups and state channels. ([source](https://ethereum.org/developers/docs/))

### Graphics & Multimedia

- [Decentralized Network Access](https://awesome-repositories.com/f/graphics-multimedia/media-players/network-media-access/decentralized-network-access.md) — Documents how anyone can join and use the Ethereum network without permission. ([source](https://ethereum.org/))

### Programming Languages & Runtimes

- [Smart Contract Languages](https://awesome-repositories.com/f/programming-languages-runtimes/smart-contract-languages.md) — Guides the creation of self-executing smart contracts that run on Ethereum's virtual machine. ([source](https://ethereum.org/developers/docs/))

### Security & Cryptography

- [Validator Software Operations](https://awesome-repositories.com/f/security-cryptography/block-production-validations/validator-software-operations.md) — Provides extensive guidance for running validator software to participate in proof-of-stake block production and earn rewards. ([source](https://ethereum.org/developers/docs/nodes-and-clients/))
- [Digital Asset Ownership Management](https://awesome-repositories.com/f/security-cryptography/digital-asset-ownership-management.md) — Teaches users how to hold and control cryptocurrency balances directly without custodians. ([source](https://ethereum.org/))
- [Blockchain Integrity Verifiers](https://awesome-repositories.com/f/security-cryptography/ledger-integrity-verifiers/blockchain-integrity-verifiers.md) — Explains how Ethereum's open-source code and decentralized operators enable public verification. ([source](https://ethereum.org/))

### Software Engineering & Architecture

- [Decentralized Application Development](https://awesome-repositories.com/f/software-engineering-architecture/decentralized-application-development.md) — Provides detailed walkthroughs for creating dapps that interact with the Ethereum blockchain, covering accounts and transactions. ([source](https://ethereum.org/developers/docs/))
- [Self-Executing Agreements](https://awesome-repositories.com/f/software-engineering-architecture/self-executing-agreements.md) — Explains how smart contracts execute exactly as written, removing the need for trusted counterparties. ([source](https://ethereum.org/))

### Web Development

- [Multi-Language Content Delivery](https://awesome-repositories.com/f/web-development/internationalization-localization/translation-management-platforms/site-localization/multi-language-content-delivery.md) — Serves localized content by mapping URL prefixes to translation files, rendering the same page structure in over 50 languages.
- [Ethereum](https://awesome-repositories.com/f/web-development/portal-template-frameworks/community-portals/ethereum.md) — Acts as the official community portal and educational resource for the Ethereum ecosystem.
- [Client-Side Search Engines](https://awesome-repositories.com/f/web-development/client-side-search-engines.md) — Ships a client-side search engine that indexes all documentation at build time for instant full-text search.

### User Interface & Experience

- [Component-Based UI Libraries](https://awesome-repositories.com/f/user-interface-experience/component-libraries/component-based-ui-libraries.md) — Builds pages from reusable React components that ensure visual consistency across thousands of documentation pages.
