Skip to content

defiberrys/web

This branch is 900 commits behind base/web:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

438633f · Jun 24, 2024
Sep 20, 2023
Apr 27, 2024
Sep 19, 2023
Jun 18, 2024
Jun 24, 2024
Jun 18, 2024
Sep 21, 2023
Sep 19, 2023
Dec 5, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
May 1, 2024
Oct 4, 2023
Jun 10, 2024
Sep 19, 2023
Jun 18, 2024
Dec 14, 2023
Mar 28, 2024
Sep 19, 2023
Dec 22, 2023
Sep 19, 2023
Oct 2, 2023
May 1, 2024
Sep 25, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
Jun 20, 2024

Repository files navigation

Base

Base Web

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 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

Docs

yarn workspace @app/base-docs dev

Bridge

yarn workspace @app/bridge dev

Contribution

We welcome contributions to Base! To contribute, please see CONTRIBUTING.md.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.1%
  • JavaScript 21.3%
  • CSS 9.5%
  • MDX 4.2%
  • Shell 0.5%
  • Dockerfile 0.2%
  • Other 0.2%