Skip to content

Commit

Permalink
Merge pull request #277 from hyperledger-labs/update-readme
Browse files Browse the repository at this point in the history
Update README

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored May 16, 2024
2 parents ea3d73d + d446e1b commit a9f6521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Here are some such examples:
- [yui-relayer](https://github.com/datachainlab/yui-relayer): An IBC relayer for heterogeneous chains
- [ethereum-ibc-relay-chain](https://github.com/datachainlab/ethereum-ibc-relay-chain): A relay-chain module for EVM-compatible chains
- [ethereum-ibc-relay-prover](https://github.com/datachainlab/ethereum-ibc-relay-prover): A relay-prover module for Ethereum sync committee
- [ibft2-relay-prover](https://github.com/datachainlab/ibft2-relay-prover): A relay-prover module for IBFT 2.0 consensus
- [besu-ibc-relay-prover](https://github.com/datachainlab/besu-ibc-relay-prover): A relay-prover module for Hyperledger Besu's QBFT and IBFT 2.0 consensus

## Related projects

Expand All @@ -74,7 +74,7 @@ $ make test
Launch two Hyperledger Besu chains(ethereum-compatible) with the contracts deployed with the following command:

```sh
$ make network-e2e
$ make network-qbft
```

After launch the chains, execute the following command:
Expand Down

0 comments on commit a9f6521

Please sign in to comment.