Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

we're done here #957

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
103 changes: 1 addition & 102 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,102 +1 @@
---
# NOTE: This repository will soon be deprecated and replaced with a web-based form to submit project information.
---

# Solana Ecosystem

This repository is the data source for the Solana Ecosystem page,
located at [solana.com/ecosystem](https://solana.com/ecosystem).

# Contributing Guidelines

A project is composed of two files: a Markdown file with headers, and an
image. To add a new project to the ecosystem page, create both a new Markdown
file in the `projects` directory and add a new image in the `img` directory.

**!Important!**:
Should your Project already exist within this repo, refrain from creating a new
Markdown file in the `projects` directory! Rather adapt your old one in a new PR.
Same goes for changed images or Logos for your Project.

### Example File

```
---
slug: "yourslug"
date: "2020-09-30"
title: "Project Title"
logline: "Write a short description about your project."
cta: "https://yourwebsite.tld/call-to-action"
logo: /img/yourimage.svg
category: amm, app
status: building
website: https://yourwebsite.tld/
twitter: https://twitter.com/yourproject
telegram: https://t.me/yourproject
discord: https://discord.com/invite/12A3bcDE1f
---

This project will look nicely on the ecosystem page and very much advance
the Solana Ecosystem. All while following the community rules, and the ones
stated herein.
```

Example(!) Markdown headers are above. Below are guidelines for each field:

- **(required)** `slug`: The page URL that follows after solana.com/ecosystem/
- **(required)** `date`: The date of project addition
- **(required)** `title`: The title of the project
- **(required)** `logline`: The one line summary of the project and its integration to Solana
- **(required)** `cta`: A URL to direct users to at the bottom of the page
- **(required)** `logo`: A relative path to the corresponding image
- **(enforced)** `category`: A comma separated list of categories describing the project from the ones below!
- **(required)** `status`: The status of the project: `live`, `building`, or `closed`
- **(optional)** `website`: URL to the website (optional)
- **(required)** `twitter`: URL to Twitter page (required)
- **(optional)** `telegram`: URL to Telegram channel (optional)
- **(optional)** `discord`: URL to Discord invite (optional)

### Categories

Available classifications for projects are as follows:

```
amm
app
defi
dex
exchange
explorer
fund
game
governance
infra
investmentfund
metaplex
nft
oracle
rpc
sdk
spl
stablecoin
stake-pool
tools
wallet
```

Please only use existing ones and _watch out for typos_!
If you think there is need for another one to be added, ask so in your PR.

### Image Guidelines

All image files must be 100x100px / at an aspect ratio of ~1.
Only .svg, .png, and .jpg and .jpeg files are accepted.
Please refrain from using SVGs with embedded PNG or JPG images!

### Linting

**Everything of the above gets linted against, see the created comments.**

## Questions

Have any questions? Email [[email protected]](mailto:[email protected]) or find me on [Discord](https://solana.com/discord)!
### This repository has reached end-of-life please submit projects via http://solana.com/ecosystem/submit-project
10 changes: 0 additions & 10 deletions img/01.svg

This file was deleted.

Binary file removed img/0GWeednft.png
Binary file not shown.
Binary file removed img/0xBanana.png
Binary file not shown.
Binary file removed img/169pixel.png
Binary file not shown.
1 change: 0 additions & 1 deletion img/169pixelgang.svg

This file was deleted.

Loading