Bootstrapping simple-hypercore-protocol
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# simple-hypercore-protocol
|
||||
|
||||
[](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
|
||||
```
|
||||
Reference in New Issue
Block a user