This repository is home to Core Advancement Proposals (CAPs) and Stellar Ecosystem Proposals (SEPs).
Similar to BIPs and EIPs, CAPs and SEPs are the proposals of standards to improve the Stellar protocol and related client APIs.
CAPs deal with changes to the core protocol of the Stellar network. Please see the process for CAPs.
SEPs deal with changes to the standards, protocols, and methods used in the ecosystem built on top of the Stellar network. Please see the process for SEPs.
Repository structure
The root directory of this repository contains:
- Templates for creating your own CAP or SEP
contents
directory with[cap | sep]-xxxx
subdirectories that contain all media/script files for a given CAP or SEP document.- core directory which contains accepted CAPs (
cap-xxxx.md
wherexxxx
is a CAP number with leading zeros, ex.cap-0051.md
) - ecosystem directory which contains accepted SEPs (
sep-xxxx.md
wherexxxx
is a SEP number with leading zeros, ex.sep-0051.md
)
Example repository structure:
โโโ CONTRIBUTING.md
โโโ README.md
โโโ cap-template.md
โโโ contents
โย ย โโโ cap-0003
โย ย โโโ get_offer_stats.sql
โโโ core
โย ย โโโ cap-0001.md
โย ย โโโ cap-0002.md
โย ย โโโ cap-0003.md
โย ย โโโ README.md
โโโ ecosystem
โย ย โโโ README.md
โย ย โโโ sep-0001.md
โย ย โโโ sep-0002.md
โย ย โโโ sep-0003.md
โโโ sep-template.md
Contributing
See CONTRIBUTING to learn how to contribute.