Skip to content

Commit

Permalink
add docs for byzantine nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
pysel committed Oct 17, 2023
1 parent 932c5ce commit 949c8ae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,21 @@ To run a protocol in default mode, execute:
```bash
make launch-default
```

## Running a protocol with Byzantine nodes

### Byzantine Leader

Currently, available Byzantine modes for a leader are:

* Null Proposal - a leader does not broadcast a proposal

#### Null Proposal

To run a default instance of a protocol in null proposal mode, execute:

```bash
make launch-null-proposal-default
```

To run a custom instance of a protocol in null proposal mode, refer to Makefile's target `launch-null-proposal`.

0 comments on commit 949c8ae

Please sign in to comment.