Update README.md
This commit is contained in:
parent
483220c36f
commit
588781a91e
|
@ -81,7 +81,7 @@ You use the `sample/` project as an example.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Android project
|
### Android project
|
||||||
================
|
-----
|
||||||
|
|
||||||
```
|
```
|
||||||
cd sample/android
|
cd sample/android
|
||||||
|
@ -90,7 +90,7 @@ cd sample/android
|
||||||
Run this project in Android Studio, this project uses the compiled Hydrabadger.
|
Run this project in Android Studio, this project uses the compiled Hydrabadger.
|
||||||
|
|
||||||
### Current State
|
### Current State
|
||||||
================
|
-----
|
||||||
|
|
||||||
Network initialization node addition, transaction generation, consensus,
|
Network initialization node addition, transaction generation, consensus,
|
||||||
and batch outputs are all generally working. Batch outputs for each epoch are
|
and batch outputs are all generally working. Batch outputs for each epoch are
|
||||||
|
@ -100,7 +100,7 @@ Overall the client is fragile and doesn't handle deviation from simple usage
|
||||||
very well yet.
|
very well yet.
|
||||||
|
|
||||||
### Unimplemented
|
### Unimplemented
|
||||||
================
|
-----
|
||||||
|
|
||||||
* **Many edge cases and exceptions:** disconnects, reconnects, etc.
|
* **Many edge cases and exceptions:** disconnects, reconnects, etc.
|
||||||
* Connecting to a network which is in the process of key generation causes
|
* Connecting to a network which is in the process of key generation causes
|
||||||
|
@ -111,7 +111,7 @@ very well yet.
|
||||||
* **Much, much more...**
|
* **Much, much more...**
|
||||||
|
|
||||||
### License
|
### License
|
||||||
================
|
-----
|
||||||
|
|
||||||
[![License: LGPL v3.0](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
|
[![License: LGPL v3.0](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue