Bootstrapping simple-hypercore-protocol

This commit is contained in:
Luke Murphy
2020-08-01 15:17:17 +02:00
commit dc50afbd4d
11 changed files with 1886 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# simple-hypercore-protocol
[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/simple-hypercore-protocol/status.svg)](https://drone.autonomic.zone/hyperpy/simple-hypercore-protocol)
## The Hypercore protocol state machine
## Install
```sh
$ pip install simple-hypercore-protocol
```
## Example
```python
from simple_hypercore_protocol import messages
print(messages.Request(index=0))
```
```sh
index: 0
```