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.
- Ensure
nvm
is installed. - Clone the repository.
- If
nvm
doesn't auto-load the Node.js environment when changing to the repo directory, runnvm use
. - Enable Yarn by running
corepack enable
.
After cloning the repository begin by installing dependencies at the root.
yarn
yarn build
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
.
There are three projects which can be run individually.
yarn workspace @app/web dev
yarn workspace @app/base-docs dev
yarn workspace @app/bridge dev
We welcome contributions to Base! To contribute, please see CONTRIBUTING.md.
If you're a builder who wants to add or update your project on the Base Ecosystem page, follow these steps:
-
Fork this repository.
-
Create a new branch for your changes.
-
Update the
web/apps/web/src/data/ecosystem.json
with your project information. All fields are required. Each entry should follow this format:{ "name": "Your Project Name", "tags": ["category"], "description": "A brief description of your project (less than 200 characters)", "url": "https://your-project-url.com", "imageUrl": "/images/partners/your-project-logo.png" }
- name: Your project's name
- tags: An array with one of the following categories:
bridge
,dao
,defi
,gaming
,infra
,nft
,onramp
,social
,wallet
,security
- description: A brief description of your project, must be less than 200 characters
- url: Your project's website URL
- imageUrl: Path to your project's logo image
-
When adding and/or updating a logo, place a 192x192 pixel PNG file in the
web/apps/web/public/images/partners/
. The file should be named appropriately (e.g., your-project-name.png). The logo should be an App Store or Play Store iconographic version, not a full wordmark. -
Create a pull request with your changes.
By opening a PR to add your project, you authorize and license to Coinbase on a non-exclusive, worldwide, irrevocable, sublicensable, and royalty free basis to reproduce, distribute, transmit, make available, perform, display, or otherwise use the submitted Multimedia Assets for any purpose, including any marketing or promotional activities related to Base or Coinbase. Any goodwill associated with use of trademarks submitted in your Multimedia Assets will inure to your benefit. You further acknowledge and represent that you have all IP rights in the Multimedia Assets, that the Multimedia Assets do not infringe the rights of any third party, and that you have the right to grant this license to Coinbase.
Note: Submissions do not guarantee inclusion and all submissions are subject to review. Your project must be live on Base to potentially be included. Ensure all information is accurate and up-to-date.
- App has been live on Base for at least 30 days
- App has a Terms of Service and Privacy Policy
- App supports HTTPS and 301 redirects HTTP requests
- App is not a TGE, ICO, airdrop, claim, or similar
- Active development and community engagement can be observed without issue
If you have any questions, please reach out to us in #developer-chat in the Base Discord.