stellar / stellar-protocol

Developer discussion about possible changes to the protocol.
520 stars 304 forks source link
Stellar
Creating equitable access to the global financial system

Stellar Protocol

Docs: CAPs Docs: SEPs

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:

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.