The Hypercore protocol state machine
Go to file
Luke Murphy 75253a5365
continuous-integration/drone/push Build is failing Details
Add protoc python dep for dev generation flows
2020-08-08 11:38:58 +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 Mark as WIP 2020-08-01 15:25:06 +02:00
poetry.lock Add protoc python dep for dev generation flows 2020-08-08 11:38:58 +02:00
pyproject.toml Add protoc python dep for dev generation flows 2020-08-08 11:38:58 +02:00

README.md

simple-hypercore-protocol

Build Status

The Hypercore protocol state machine

Work In Progress

Install

$ pip install simple-hypercore-protocol

Example

from simple_hypercore_protocol import messages

print(messages.Request(index=0))

Output:

index: 0