The Hypercore protocol state machine
Go to file
Luke Murphy ce8a23fa19
continuous-integration/drone/push Build is failing Details
Add output sub-title
2020-08-01 15:19:56 +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 Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +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 Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +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