diff --git a/README.md b/README.md index efa3d4fc42..81d583b89b 100644 --- a/README.md +++ b/README.md @@ -82,18 +82,18 @@ If you're a builder who wants to add or update your project on the [Base Ecosyst } ``` - - name: Your project's name - - 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: `ai`, `consumer`, `defi`, `infra`, `onramp`, `wallet` - - subcategory: Your project's subcategory, with the following options associated with each category - - `ai`: Simply add `ai` as the subcategory as well - - `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 `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` + - name: Your project's name. + - 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: `ai`, `consumer`, `defi`, `infra`, `onramp`, `wallet`. + - subcategory: Your project's subcategory, with the following options associated with each category. + - `ai`: Simply add `ai` as the subcategory as well. + - `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 `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`. 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 @@ -101,9 +101,9 @@ base.org. 4. Add your project's logo: - - Place a 192x192 pixel PNG/WebP file in `apps/web/public/images/partners/` - - Name should match what you specified in imageUrl - - Use an App/Play Store style icon (not a full wordmark) + - Place a 192x192 pixel PNG/WebP file in `apps/web/public/images/partners/`. + - Name should match what you specified in imageUrl. + - Use an App/Play Store style icon (not a full wordmark). 5. Check if your project has been listed by running it locally: @@ -123,13 +123,13 @@ By opening a PR to add your project, you authorize and license Coinbase on a non #### Submission requirements -- App content adheres to the [Base Editorial Style Guide](https://github.com/base/brand-kit/blob/main/guides/editorial-style-guide.md) -- 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 (Token Generation Event), ICO (Initial Coin Offering), airdrop, claim, or similar -- Landing page is a Base-specific page for users who will be coming from base.org -- Active development and community engagement can be observed without issue +- App content adheres to the [Base Editorial Style Guide](https://github.com/base/brand-kit/blob/main/guides/editorial-style-guide.md). +- 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 (Token Generation Event), ICO (Initial Coin Offering), airdrop, claim, or similar. +- Landing page is a Base-specific page for users who will be coming from base.org. +- Active development and community engagement can be observed without issue. ---