Restart client spec in one file

This commit is contained in:
Oskar Thoren 2019-08-26 16:16:32 +02:00
parent 7b1b05d00a
commit 1e733afd98
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 33 additions and 0 deletions

33
status-spec.md Normal file
View File

@ -0,0 +1,33 @@
# Status Client Specification
> Version: 0.1 (Draft)
>
> Authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
## Table of Contents
- [Abstract](#abstract)
- [Design Rationale](#design-rationale)
- [Footnotes](#footnotes)
- [Acknowledgements](#acknowledgements)
## Abstract
In this specification, we describe how to write a Status client for
communicating with other Status clients.
We present a reference implementation of the protocol <sup>1</sup> that is used
in a command line client <sup>2</sup> and a mobile app <sup>3</sup>.
This document consists of two parts. The first outlines the specifications that
have to be implemented in order to be a full Status client.
## Design Rationale
## Footnotes
1. <https://github.com/status-im/status-protocol-go/>
1. <https://github.com/status-im/status-console-client/>
1. <https://github.com/status-im/status-react/>
## Acknowledgements