Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zellular-xyz/zsequencer
PoC implementation of the Zellular sequencing protocol
https://github.com/zellular-xyz/zsequencer
bft-protocols consensus-protocol
Last synced: about 2 months ago
JSON representation
PoC implementation of the Zellular sequencing protocol
- Host: GitHub
- URL: https://github.com/zellular-xyz/zsequencer
- Owner: zellular-xyz
- Created: 2024-03-22T11:42:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:05:57.000Z (4 months ago)
- Last Synced: 2024-09-19T02:26:32.063Z (3 months ago)
- Topics: bft-protocols, consensus-protocol
- Language: Python
- Homepage: https://zellular.xyz
- Size: 605 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zellular Sequencer
Do not use it in Production, testnet only.
A PoC implementation of the [Zellular BFT Protocol](https://docs.zellular.xyz/protocol.html) in Python.
## Running
- Use [these instructions](https://github.com/zellular-xyz/zsequencer/wiki/Run-EigenLayer-Holesky-Node) to run an EigenLayer holesky node using docker.
- Use [these instructions](https://github.com/zellular-xyz/zsequencer/wiki/Node-Installation-Guide) to install and run a node using the source code.