Skip to content

Commit 6ddd620

Browse files
committed
Update README.md
1 parent c254940 commit 6ddd620

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,21 @@ The UI should then be available at http://localhost:3000.
6060

6161
We currently have the following protocols implemented:
6262

63-
- [PBFT](simulator/src/main/java/byzzbench/simulator/protocols/pbft/PbftReplica.java): The original PBFT protocol, as
63+
- ~~[PBFT](simulator/src/main/java/byzzbench/simulator/protocols/pbft/PbftReplica.java): The original PBFT protocol, as
6464
described in
65-
the [PBFT paper](https://www.microsoft.com/en-us/research/publication/practical-byzantine-fault-tolerance/);
65+
the [PBFT paper](https://www.microsoft.com/en-us/research/publication/practical-byzantine-fault-tolerance/);~~
6666
- [PBFT-Java](simulator/src/main/java/byzzbench/simulator/protocols/pbft_java/PbftReplica.java): A buggy version of
6767
PBFT,
6868
from the [PBFT-Java repository](https://github.com/caojohnny/pbft-java);
69-
- [Fast-HotStuff](simulator/src/main/java/byzzbench/simulator/protocols/fasthotstuff/FastHotStuffReplica.java): A
70-
failed attempt at improving HotStuff, as described in the [Fast-HotStuff paper](https://arxiv.org/abs/2010.11454);
69+
- [Fast-HotStuff](simulator/src/main/java/byzzbench/simulator/protocols/fasthotstuff/FastHotStuffReplica.java): An
70+
unsuccessful attempt at improving the design of HotStuff, as described in
71+
the [Fast-HotStuff paper](https://arxiv.org/abs/2010.11454);
7172

7273
## Documentation
7374

7475
See additional documentation in the [docs](docs) directory.
7576

77+
- [User Interface](docs/user-interface.md)
7678
- [Implementing new BFT Protocols](docs/implementing-protocols.md)
7779

7880
## Simulator Structure

0 commit comments

Comments
 (0)