Ethereum Foundation

Ethereum Foundation

The Ethereum Foundation is a non-profit organization dedicated to supporting the Ethereum blockchain and related technologies. We allocate resources to critical projects, use our voice as a positive force within the ecosystem, and are an advocate for Ethereum to the world.

This repository holds the codebase to our website, ethereum.foundation

Local development

  1. Set up your development environment

  2. Clone this project

$ git clone git@github.com:ethereum/ethereum-foundation-website.git && cd ethereum-foundation-website
  1. Install dependencies
$ yarn
  1. Start developing!
yarn develop

Learning Gatsby

Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.