From dd5f7974cd421ec4ef8a6229994fc559480d0d78 Mon Sep 17 00:00:00 2001 From: EduconPC133 Date: Sun, 30 Nov 2025 23:46:11 +0300 Subject: [PATCH] docs(ecosystem): add lint tip for ecosystem.json --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index efa3d4fc42e..c6ca9129df2 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,12 @@ If you're a builder who wants to add or update your project on the [Base Ecosyst - `onramp`: _One_ of `centralized exchange`, `fiat on-ramp` - `wallet`: _One_ of `account abstraction`, `multisig`, `self-custody` +#### Tip: validating your ecosystem.json + +Before opening a pull request, you can validate the structure of your `ecosystem.json` entry by running: +yarn lint:ecosystem +This helps catch missing required fields, invalid `category` or `subcategory` values, and malformed JSON before running the full web build. + If your app supports multiple networks, ensure the URL provided points to a page with Base already selected as the network, for people who will be visiting from base.org.