The Hypercore protocol state machine
Go to file
Luke Murphy dc50afbd4d
Bootstrapping simple-hypercore-protocol
2020-08-01 15:17:17 +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 Bootstrapping simple-hypercore-protocol 2020-08-01 15:17:17 +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))
index: 0