Files
simple-hypercore-protocol/README.md
Luke Murphy 713d777b91
Some checks failed
continuous-integration/drone/push Build is failing
Mark as WIP
2020-08-01 15:25:06 +02:00

462 B

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