The Hypercore protocol state machine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Luke Murphy 75253a5365
continuous-integration/drone/push Build is failing Details
Add protoc python dep for dev generation flows
3 years ago
simple_hypercore_protocol Bootstrapping simple-hypercore-protocol 3 years ago
test Bootstrapping simple-hypercore-protocol 3 years ago
.drone.yml Bootstrapping simple-hypercore-protocol 3 years ago
.gitignore Bootstrapping simple-hypercore-protocol 3 years ago
CHANGELOG.md OK, figured out the flow, mark a2 3 years ago
LICENSE Bootstrapping simple-hypercore-protocol 3 years ago
README.md Mark as WIP 3 years ago
poetry.lock Add protoc python dep for dev generation flows 3 years ago
pyproject.toml Add protoc python dep for dev generation flows 3 years ago

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