https://github.com/hyperpy/simple-hypercore-protocol
The Hypercore protocol state machine
https://github.com/hyperpy/simple-hypercore-protocol
hypercore hypercore-protocol
Last synced: 17 days ago
JSON representation
The Hypercore protocol state machine
- Host: GitHub
- URL: https://github.com/hyperpy/simple-hypercore-protocol
- Owner: hyperpy
- License: gpl-3.0
- Created: 2020-08-01T12:01:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T09:39:38.000Z (over 5 years ago)
- Last Synced: 2026-01-03T08:14:01.598Z (4 months ago)
- Topics: hypercore, hypercore-protocol
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-hypercore-protocol
[](https://drone.autonomic.zone/hyperpy/simple-hypercore-protocol)
## The Hypercore protocol state machine
> **Work In Progress**
## Install
```sh
$ pip install simple-hypercore-protocol
```
## Example
```python
from simple_hypercore_protocol import messages
print(messages.Request(index=0))
```
Output:
```sh
index: 0
```