/ecosystem

Project files for Solana ecosystem members

forum-header-3

Solana Ecosystem

This repository is the data source for the Solana Ecosystem page, located at solana.com/ecosystem.

Contributing Guidelines

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

Markdown Headers

---
slug: "anchor"
date: "2020-04-03"
title: "Anchor"
logline: "Anchor is a savings protocol that aims to produce a simple and convenient savings product with broad appeal to everyday users."
cta: "https://anchorprotocol.com/"
logo: /img/anchor.svg
category: defi, tools
status: building
---

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

  • slug: The page URL that follows after solana.com/ecosystem/
  • date: The date of project addition
  • title: The title of the project
  • logline: The one line summary of the project and its integration to Solana
  • cta: A URL to direct users to at the bottom of the page
  • logo: A relative path to the corresponding SVG image
  • category: A comma separated list of categories describing the project
  • status: The status of the project: live, building, or closed

Categories

Available classifications for projects are as follows:

amm
app
defi
dex
exchange
explorer
infra
oracle
sdk
spl
stablecoin
tools
wallet
metaplex

Image Guidelines

All .svg files must be 100x100px. Do not embed any excessive raster image files: svg filesizes over 500kb will be rejected.

Prettier

Before submitting a PR, please run Prettier on any files with changes.

Questions

Have any questions? Email ryan@solana.com or find me on Discord!