Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 2.31 KB

README.md

File metadata and controls

84 lines (65 loc) · 2.31 KB

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.

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

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
dapp
defi
dex
exchange
explorer
fund
governance
infra
investmentfund
metaplex
nft
oracle
sdk
spl
stablecoin
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 .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!