Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stellar/stellar-protocol
Developer discussion about possible changes to the protocol.
https://github.com/stellar/stellar-protocol
Last synced: 19 days ago
JSON representation
Developer discussion about possible changes to the protocol.
- Host: GitHub
- URL: https://github.com/stellar/stellar-protocol
- Owner: stellar
- Created: 2014-08-10T23:41:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T23:36:20.000Z (25 days ago)
- Last Synced: 2024-12-19T00:27:58.157Z (25 days ago)
- Language: RPC
- Homepage:
- Size: 4.89 MB
- Stars: 533
- Watchers: 103
- Forks: 308
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-stellar - Stellar Protocol - Developer discussion about possible changes to the protocol. (Developer Resources)
- awesome-stellar-cn - Stellar 协议 - 开发人员讨论协议可能发生的变化。 (开发者资源)
- best-of-crypto - GitHub - 11% open · ⏱️ 09.05.2024): (Cryptocurrencies)
README
Creating equitable access to the global financial systemStellar Protocol
This repository is home to **Core Advancement Proposals** (CAPs) and **Stellar Ecosystem Proposals**
(SEPs).Similar to [BIPs](https://github.com/bitcoin/bips) and [EIPs](https://github.com/ethereum/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](core/README.md).
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](ecosystem/README.md).## 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` where `xxxx` is a CAP number with leading zeros, ex. `cap-0051.md`)
* ecosystem directory which contains accepted SEPs (`sep-xxxx.md` where `xxxx` 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
├── limits
│ ├── README.md
└── sep-template.md
```## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) to learn how to contribute.
[Stellar Development Foundation]: https://stellar.org