Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the APpLIED workshop paper reference #133

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
It provides a set of modules and interfaces that make it easy to test different algorithms.
It also provides a tool for deploying and running experiments on multiple servers via SSH.

_If you use this project for research, please cite the [APpLIED workshop paper](https://dl.acm.org/doi/10.1145/3584684.3597266) and the repository itself._

## Contents

- [hotstuff](#hotstuff)
Expand Down Expand Up @@ -133,4 +135,6 @@ to implement quorum certificates.

[5] Baudet, Mathieu, et al. "State machine replication in the libra blockchain." The Libra Assn., Tech. Rep (2019).

[6]: S. Bano, A. Sonnino, A. Chursin, D. Perelman, en D. Malkhi, “Twins: White-Glove Approach for BFT Testing”, 2020.
[6] S. Bano, A. Sonnino, A. Chursin, D. Perelman, en D. Malkhi, “Twins: White-Glove Approach for BFT Testing”, 2020.

[7] Hanish Gogada, Hein Meling, Leander Jehl, and John Ingve Olsen. [An Extensible Framework for Implementing and Validating Byzantine Fault-Tolerant Protocols](https://dl.acm.org/doi/10.1145/3584684.3597266). In ApPLIED 2023: Proceedings of the 5th workshop on Advanced tools, programming languages, and PLatforms for Implementing and Evaluating algorithms for Distributed systems, 2023.
Loading