https://github.com/aggstam/streamlet_rust
Rust implementation of Streamlet consensus protocol, introduced by Benjamin Y. Chan and Elaine Shi.
https://github.com/aggstam/streamlet_rust
consensus-algorithm rust streamlet
Last synced: 7 months ago
JSON representation
Rust implementation of Streamlet consensus protocol, introduced by Benjamin Y. Chan and Elaine Shi.
- Host: GitHub
- URL: https://github.com/aggstam/streamlet_rust
- Owner: aggstam
- License: apache-2.0
- Created: 2022-05-23T11:05:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T17:30:05.000Z (over 2 years ago)
- Last Synced: 2025-01-12T20:33:33.695Z (9 months ago)
- Topics: consensus-algorithm, rust, streamlet
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streamlet_rust
Rust implementation of Streamlet consensus protocol, introduced by Benjamin Y. Chan and Elaine Shi [1].\
This is a very minimal codebase, showcasing the protocol, and was implemented as part of research.\
Further improvements should be implemented for a proper deployment.\
Simulation of the protocol is implemented as a unit test and can be executed using:
```
cargo test -- --nocapture
```## References
[1] Elaine Shi. 2021. Streamlet: An Absurdly Simple, Textbook Blockchain Protocol. Proceedings of the 2021 ACM Asia Conference on Computer and Communications Security. Association for Computing Machinery, New York, NY, USA, 320. https://doi.org/10.1145/3433210.3460016