The Hypercore protocol state machine
Go to file
Luke Murphy 96ad7e86f1
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/tag Build was killed Details
Mark super early alpha release
2020-08-01 15:20:43 +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 Mark super early alpha release 2020-08-01 15:20:43 +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