From 300d4a499b83f68102a017e72e4ff0fb8e78a56a Mon Sep 17 00:00:00 2001 From: Dry Tortuga <108436943+dry-tortuga@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:49:12 -0500 Subject: [PATCH] update README steps for updating the base ecosystem page - categories/subcategories (#1360) * update README steps for updating the base ecosystem page - switch tags to categories/subcategories * Update README.md Fix nested spacing of categories -> subcategories * fix subcategory value for "centralized exchange" --- README.md | 13 ++++++++++--- apps/web/src/data/ecosystem.json | 5 +++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53c121167b..1b6a160f0c 100644 --- a/README.md +++ b/README.md @@ -86,18 +86,25 @@ If you're a builder who wants to add or update your project on the [Base Ecosyst ```json { "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" + "imageUrl": "/images/partners/your-project-logo.png", + "category": "Your Project Category", + "subcategory": "Your Project Subcategory" } ``` - 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 + - category: Your project's category, _one_ of: `consumer`, `defi`, `infra`, `onramp`, `wallet` + - subcategory: Your project's subcategory, with the following options associated with each category + - `consumer`: _One_ of `creator`, `crypto taxes`, `dao`, `gaming`, `messaging`, `music`, `nft`, `payments`, `real world`, `social` + - `defi`: _One_ of `dex`, `dex aggregator`, `insurance`, `lending/borrowing`, `liquidity management`, `portfolio`, `stablecoin`, `yield vault` + - `infra`: _One_ of `ai`, `bridge`, `data`, `depin`, `developer tool`, `identity`, `node provider`, `raas`, `security` + - `onramp`: _One_ of `centralized exchange`, `fiat on-ramp` + - `wallet`: _One_ of `account abstraction`, `multisig`, `self-custody` 4. 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. diff --git a/apps/web/src/data/ecosystem.json b/apps/web/src/data/ecosystem.json index f9124a5196..b667aea85f 100644 --- a/apps/web/src/data/ecosystem.json +++ b/apps/web/src/data/ecosystem.json @@ -1,10 +1,11 @@ [ { "name": "MADNFT", - "tags": ["nft"], "description": "MADNFT is a creator-first NFT platform empowering artists, collectors, and communities with tools to mint, list, and engage while earning XP points and rewards.", "url": "https://madnft.io", - "imageUrl": "/images/partners/madnft.png" + "imageUrl": "/images/partners/madnft.png", + "category": "consumer", + "subcategory": "nft" }, { "name": "Coinbase",