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

Commit e519a0e

Browse files
authored
chore(ecosystem): Add new apps (#2196)
1 parent c217f8b commit e519a0e

37 files changed

Lines changed: 2989 additions & 2785 deletions

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ Project names must be unique. If a project with your name already exists, please
115115
- `onramp`: _One_ of `centralized exchange`, `fiat on-ramp`
116116
- `wallet`: _One_ of `account abstraction`, `multisig`, `self-custody`
117117

118+
If your app supports multiple networks, ensure the URL provided points to a page
119+
with Base already selected as the network, for people who will be visiting from
120+
base.org.
121+
118122
5. Add your project's logo:
119123
- Place a 192x192 pixel PNG/WebP file in `apps/web/public/images/partners/`
120124
- Name should match what you specified in imageUrl
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Sample App",
3+
"description": "A sample app to demonstrate the ecosystem structure",
4+
"url": "https://example.com/sample-app",
5+
"imageUrl": "https://example.com/sample-app/image.png",
6+
"category": "Development",
7+
"subcategory": "Tools"
8+
}
52.8 KB
Loading
33.7 KB
Loading
18.3 KB
Loading
3.22 KB
Loading
12.4 KB
Loading
27 KB
Loading
11.1 KB
Loading
12.2 KB
Loading

0 commit comments

Comments
 (0)