This repository is the data source for the Solana Ecosystem page, located at solana.com/ecosystem.
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.
---
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 additiontitle
: The title of the projectlogline
: The one line summary of the project and its integration to Solanacta
: A URL to direct users to at the bottom of the pagelogo
: A relative path to the corresponding SVG imagecategory
: A comma separated list of categories describing the projectstatus
: The status of the project:live
,building
, orclosed
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.
All .svg files must be 100x100px. Do not embed any excessive raster image files: svg filesizes over 500kb will be rejected.
Before submitting a PR, please run Prettier on any files with changes.
Have any questions? Email [email protected] or find me on Discord!