The Hypercore protocol state machine
Go to file
Luke Murphy b6c2092211
continuous-integration/drone/tag Build was killed Details
OK, figured out the flow, mark a2
2020-08-01 15:22:39 +02:00
simple_hypercore_protocol Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +02:00
test Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +02:00
.drone.yml Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +02:00
.gitignore Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +02:00
CHANGELOG.md OK, figured out the flow, mark a2 2020-08-01 15:22:39 +02:00
LICENSE Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +02:00
README.md Add output sub-title 2020-08-01 15:19:56 +02:00
poetry.lock Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +02:00
pyproject.toml OK, figured out the flow, mark a2 2020-08-01 15:22:39 +02:00

README.md

simple-hypercore-protocol

Build Status

The Hypercore protocol state machine

Install

$ pip install simple-hypercore-protocol

Example

from simple_hypercore_protocol import messages

print(messages.Request(index=0))

Output:

index: 0