Skip to content

Commit

Permalink
docs(ecosystem): Add instrux for updating page
Browse files Browse the repository at this point in the history
Fix/remove basenames modal (#1061)

* remove basenames claim modal from web

* removed basenames modal from docs

* revert changes to tutorials data

Chore: Built on the Superchain (#1063)

* remove basenames claim modal from web

* removed basenames modal from docs

* revert changes to tutorials data

* added superchain to web hero

* use StaticImageData for svg type

fix(ecosystem): Drop Earn Finance (#1062)

Broken link and 404s

updated open and trusted text (#1064)

docs(README): Reposition instrux for eco page

docs(ecosystem-update): Clarify privacy statement

docs(Ecosystem): Refactor and simplify

doc(README): Expand instrux for Ecosystem

docs(README): Fix indentation

docs(README): Add metadata explanation

docs(README): Formatting ecosystem section

docs(README): Create add'l repo doc section

docs(README): Final formatting

feat(Ecosystem): Update link to point to GitHub instead of Form

feat(Ecosystem): Drop artifact

docs(README): Shorten production period

chore(README): Fix typo

chore(README): Shorten copy

chore(README): Simplify tips
  • Loading branch information
wbnns committed Oct 13, 2024
1 parent 2a62895 commit 6d39021
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 532 deletions.
49 changes: 48 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Base](logo.webp)

# Base Web

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/).
Expand Down Expand Up @@ -68,6 +69,52 @@ yarn workspace @app/base-docs dev
yarn workspace @app/bridge dev
```

## Contribution
## Contributing

We welcome contributions to Base! To contribute, please see [CONTRIBUTING.md](CONTRIBUTING.md).

### Updating the Base Ecosystem Page

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:

1. Fork this repository.

2. Create a new branch for your changes.

3. Update the `web/apps/web/src/data/ecosystem.json` with your project information. All fields are required. Each entry should follow this format:

```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"
}
```

- 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

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.

5. Create a pull request with your changes.

By opening a PR to add your project, you authorize and license to 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.

**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.

#### Tips for a successful submission

- 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, ICO, airdrop, claim, or similar
- Active development and community engagement can be observed without issue

---

If you have any questions, please reach out to us in #developer-chat in the [Base Discord](https://base.org/discord).

This file was deleted.

This file was deleted.

This file was deleted.

44 changes: 0 additions & 44 deletions apps/base-docs/src/components/Modal/BasenamesLaunchModal/index.jsx

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions apps/base-docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import PageSection from '../components/PageSection';
import ImageCard from '../components/ImageCard';
import TextCard from '../components/TextCard';
import FooterCategory from '../components/FooterCategory';
import BasenamesHomepageModal from '../components/Modal/BasenamesLaunchModal';

import styles from './styles.module.css';
import { ActionType, AnalyticsEventImportance, ComponentType } from 'base-ui/utils/logEvent';
Expand Down Expand Up @@ -392,7 +391,6 @@ const footerCategories = [
export default function Home() {
return (
<Layout title="Base Docs" description="Documentation for building with Base">
<BasenamesHomepageModal />
<Hero />
<main className={styles.homepageMain}>
<PageSection title="Intro" description="Base builder essentials">
Expand Down
2 changes: 1 addition & 1 deletion apps/base-docs/tutorials/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1259,4 +1259,4 @@
"duration": "8 min read",
"checksum": "59d04f2a46bc95b68a0f50c83f78a0b0d2f2549ecf0e8c7e592aaa4eae6bf6d1"
}
}
}
Loading

0 comments on commit 6d39021

Please sign in to comment.