Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Latest commit

 

History

History
74 lines (47 loc) · 3.02 KB

File metadata and controls

74 lines (47 loc) · 3.02 KB

Base

Base Web

[ARCHIVED] This repository is no longer actively maintained. For ecosystem listing requests, please submit via this form instead of opening a PR.

Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the next billion users onchain. It's built on Optimism's open-source OP Stack.

GitHub contributors GitHub commit activity GitHub Stars GitHub repo size GitHub

Website base.org Blog Docs Discord Twitter Base

GitHub pull requests by-label GitHub Issues

Setup

  1. Ensure that nvm is installed.
  2. Clone the repository.
  3. If nvm doesn't auto-load the Node.js environment when changing to the repo directory, run nvm use.
  4. Enable Yarn by running corepack enable.

Getting started

After cloning the repository begin by installing dependencies at the root.

yarn
yarn build

Local development

To start a development server on localhost, run yarn workspace @app/<project> dev.

For example, to start the web app locally, you would run yarn workspace @app/web dev.

Projects

There are three projects which can be run individually.

Web

yarn workspace @app/web dev

Contributing

We welcome contributions to Base! For guidelines on how to contribute please refer to CONTRIBUTING.md.

Updating the Base Ecosystem Page

This repository is archived. Ecosystem listing requests via pull request are no longer accepted.

To add or update your project on the Base Ecosystem page, please submit a request using this form: https://forms.gle/hJhc2PqfAsQp86YL8


If you have any questions, please reach out to us in #developer-chat in the Base Discord.