Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeternity/AEXs
Aeternity expansions repository — application layer standards
https://github.com/aeternity/AEXs
Last synced: 2 months ago
JSON representation
Aeternity expansions repository — application layer standards
- Host: GitHub
- URL: https://github.com/aeternity/AEXs
- Owner: aeternity
- Created: 2019-03-03T22:06:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T20:58:40.000Z (about 2 years ago)
- Last Synced: 2024-08-01T22:50:58.159Z (5 months ago)
- Size: 527 KB
- Stars: 10
- Watchers: 5
- Forks: 25
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aeternity - AEXpansions - Proposals for off-protocol standards (Community)
README
# Aeternity Expansions
The Aeternity Expansions (AEX), or aexpansions, are standards proposed by the
community at large, i.e. everyone. Some of them can be mandatory in a specific
context, e.g. [AEX-1](https://github.com/aeternity/AEXs/blob/master/AEXS/aex-1.md) describes the set of rules governing this repository, but
are restricted to the application layer.## Quick Aexpansions filter
- [Recently updated](https://github.com/aeternity/AEXs/issues?q=is%3Aopen+is%3Aissue+sort%3Aupdated-desc)
- [Help wanted](https://github.com/aeternity/AEXs/issues?q=is%3Aopen+label%3A%22help+wanted%22+sort%3Aupdated-desc)
- [Stage active](https://github.com/aeternity/AEXs/issues?q=is%3Aopen+is%3Aissue+label%3Astage%2FActive+sort%3Aupdated-desc)
- [Stage finalized](https://github.com/aeternity/AEXs/issues?q=is%3Aclosed+is%3Aissue+sort%3Aupdated-desc+label%3Astage%2FFinal)
- [All](https://github.com/aeternity/AEXs/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3AAEXpansion+)### For open Aexpansions
- [Most commented](https://github.com/aeternity/AEXs/issues?q=is%3Aopen+is%3Aissue+label%3AAEXpansion+sort%3Acomments-desc)
- [Least active](https://github.com/aeternity/AEXs/issues?q=is%3Aopen+is%3Aissue+label%3AAEXpansion+sort%3Aupdated-asc)## Goals
The purpose of this repository is to provide a high quality and accessible set
of specifications; ideally together with implementations ready to be used if
applicable.## Contributing
If you want to contribute please follow these steps:
1. Read [AEX-1](https://github.com/aeternity/AEXs/blob/master/AEXS/aex-1.md)
2. Fork this repository
3. Add your proposal to your fork, using the template provided
4. Submit a pull request to the AEX repositoryEach proposal should go into the `AEXS` directory. If you need to embed images
or other assets add a subdirectory in the `assets` directory with the number
of your proposal once assigned, e.g. `assets/aex-1/image.png`.Everything beyond step 4 is governed by [AEX-1](https://github.com/aeternity/AEXs/blob/master/AEXS/aex-1.md).
## Status terms
Read [AEX-1](https://github.com/aeternity/AEXs/blob/master/AEXS/aex-1.md) for more details.
* Draft - an AEX that is open for consideration and is undergoing rapid iteration and changes.
* Review - an AEX that is done with its initial iteration and in review by a wide audience.
* Last Call - In review by a wide audience - last call for accepting changes.
* Final - an AEX that has been in Last Call for at least 2 weeks and all technical changes that were requested have been addressed by the author.
* Active - proposal can be in constant flux. No unaddressed substantiated objections are left, crucial or cosmetic updates only.
* Updated - signalling that an updating standard might have to be considered
* Superseded - an AEX that is deprecated because other AEX supersedes it.
* Rejected - editors deemed this proposal to be unworkable
* Withdrawn - signalling that the proposal is no longer relevant.## AEXs
| Code | Status | Description |
| --- | --- | --- |
| [AEX-1](AEXS/aex-1.md) | Active | AEX process |
| [AEX-2](AEXS/aex-2.md) | Withdrawn | Third-party Wallet Provider Support |
| [AEX-3](AEXS/aex-3.md) | Active | Secret storage format |
| [AEX-4](AEXS/aex-4.md) | Withdrawn | æternity wallet deep linking specification |
| [AEX-5](AEXS/aex-5.md) | Withdrawn | Inter-Wallet Communication |
| [AEX-7](AEXS/aex-7.md) | Withdrawn | Data Serialization |
| [AEX-8](AEXS/aex-8.md) | Draft | Message Signing |
| [AEX-9](AEXS/aex-9.md) | Review | Fungible Token Standard |
| [AEX-10](AEXS/aex-10.md) | Final | Derivation path for deterministic wallets |
| [AEX-130](AEXS/aex-130.md) | Draft | æpps Meta Information Format |
| [AEX-141](AEXS/aex-141.md) | Review | Non-Fungible Token Standard |## Copyright
This README is released under the
[CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) license.