An open API service indexing awesome lists of open source software.

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.

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