dc50afbd4d9077fcfcb7b53b653ffa01506e8b16
simple-hypercore-protocol
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
Languages
Protocol Buffer
95.4%
Python
4.6%