mirror of https://github.com/status-im/specs.git
Restart client spec in one file
This commit is contained in:
parent
7b1b05d00a
commit
1e733afd98
|
@ -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
|
Loading…
Reference in New Issue