mirror of https://github.com/status-im/specs.git
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
---
|
|
layout: default
|
|
permalink: /
|
|
nav_exclude: true
|
|
---
|
|
|
|
# Specifications for Status clients
|
|
|
|
This repository contains a list of specifications for implementing Status and
|
|
its various capabilities.
|
|
|
|
## Spec lifecycle
|
|
|
|
Every spec has its own lifecycle that shows its maturity. We indicate this in a similar fashion to [COSS Lifecycle](https://rfc.unprotocols.org/spec:2/COSS/):
|
|
|
|
![](assets/lifecycle.png)
|
|
|
|
At present (March 30, 2020) this means stable specs are what is in v1 of the Status App. Drafts and raw are work in progress specs.
|
|
|
|
## Status Improvement Proposals (SIPs)
|
|
|
|
The main specification for writing a Status client is [1/CLIENT](https://specs.status.im/spec/1).
|
|
|
|
For all full index of all specs, see [specs.status.im](https://specs.status.im/), especially stable specs.
|
|
|
|
## Protocol Research
|
|
|
|
These are protocols that are currently being researched. These are designed to
|
|
be useful outside of Status as well. To the extent that these protocols are used
|
|
within Status clients, they will show up as SIPs in the future.
|
|
|
|
To see more on this, please visit the current home: [vac protocol](https://specs.vac.dev).
|