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

Commit 29f9aeb

Browse files
authored
feat: archiving base/web (#2981)
1 parent 520aed2 commit 29f9aeb

1 file changed

Lines changed: 5 additions & 67 deletions

File tree

README.md

Lines changed: 5 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Base Web
44

5+
> **[ARCHIVED]** This repository is no longer actively maintained. For ecosystem listing requests, please submit via [this form](https://forms.gle/hJhc2PqfAsQp86YL8) instead of opening a PR.
6+
57
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](https://stack.optimism.io/).
68

79
<!-- Badge row 1 - status -->
@@ -63,73 +65,9 @@ We welcome contributions to Base! For guidelines on how to contribute please ref
6365

6466
### Updating the Base Ecosystem Page
6567

66-
If you're a builder who wants to add or update your project on the [Base Ecosystem](https://base.org/ecosystem) page, follow these steps:
67-
68-
1. Fork this repository.
69-
70-
2. Create a new branch for your changes.
71-
72-
3. Update the `ecosystem.json` file in `apps/web/src/data/` with your project's details :
73-
74-
```json
75-
{
76-
"name": "Your Project Name",
77-
"description": "A brief description (less than 200 characters)",
78-
"url": "https://your-project.com",
79-
"imageUrl": "/images/partners/your-logo.png",
80-
"category": "one of: ai, consumer, defi, infra, onramp, wallet",
81-
"subcategory": "see categories below"
82-
}
83-
```
84-
85-
- name: Your project's name
86-
- description: A brief description of your project, must be less than 200 characters
87-
- url: Your project's website URL
88-
- imageUrl: Path to your project's logo image
89-
- category: Your project's category, _one_ of: `ai`, `consumer`, `defi`, `infra`, `onramp`, `wallet`
90-
- subcategory: Your project's subcategory, with the following options associated with each category
91-
- `ai`: Simply add `ai` as the subcategory as well
92-
- `consumer`: _One_ of `creator`, `crypto taxes`, `dao`, `gaming`, `messaging`, `music`, `nft`, `payments`, `real world`, `social`
93-
- `defi`: _One_ of `dex`, `dex aggregator`, `insurance`, `lending/borrowing`, `liquidity management`, `portfolio`, `stablecoin`, `yield vault`
94-
- `infra`: _One_ of `bridge`, `data`, `depin`, `developer tool`, `identity`, `node provider`, `raas`, `security`
95-
- `onramp`: _One_ of `centralized exchange`, `fiat on-ramp`
96-
- `wallet`: _One_ of `account abstraction`, `multisig`, `self-custody`
97-
98-
If your app supports multiple networks, ensure the URL provided points to a page
99-
with Base already selected as the network, for people who will be visiting from
100-
base.org.
101-
102-
4. Add your project's logo:
103-
104-
- Place a 192x192 pixel PNG/WebP file in `apps/web/public/images/partners/`
105-
- Name should match what you specified in imageUrl
106-
- Use an App/Play Store style icon (not a full wordmark)
107-
108-
5. Check if your project has been listed by running it locally:
109-
110-
```
111-
yarn workspace @app/web dev
112-
```
113-
114-
6. Make sure the build works properly before creating the PR:
115-
116-
```
117-
yarn workspace @app/web build
118-
```
119-
120-
By opening a PR to add your project, you authorize and license 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.
121-
122-
**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.
123-
124-
#### Submission requirements
125-
126-
- App content adheres to the [Base Editorial Style Guide](https://github.com/base/brand-kit/blob/main/guides/editorial-style-guide.md)
127-
- App has been live on Base for at least 30 days
128-
- App has a Terms of Service and Privacy Policy
129-
- App supports HTTPS and 301 redirects HTTP requests
130-
- App is not a TGE (Token Generation Event), ICO (Initial Coin Offering), airdrop, claim, or similar
131-
- Landing page is a Base-specific page for users who will be coming from base.org
132-
- Active development and community engagement can be observed without issue
68+
> **This repository is archived.** Ecosystem listing requests via pull request are no longer accepted.
69+
>
70+
> To add or update your project on the [Base Ecosystem](https://base.org/ecosystem) page, please submit a request using this form: **https://forms.gle/hJhc2PqfAsQp86YL8**
13371
13472
---
13573

0 commit comments

Comments
 (0)