https://github.com/datachainlab/besu-qbft-elc
https://github.com/datachainlab/besu-qbft-elc
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datachainlab/besu-qbft-elc
- Owner: datachainlab
- License: apache-2.0
- Created: 2024-06-28T07:03:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T10:56:28.000Z (over 1 year ago)
- Last Synced: 2025-04-14T18:51:01.789Z (about 1 year ago)
- Language: Rust
- Size: 417 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# besu-qbft-elc
[](https://github.com/datachainlab/besu-qbft-elc/actions/workflows/test.yml)
This repository provides a light client for the Hyperledger Besu's QBFT consensus algorithm. The light client is implemented as the Enclave Light Client (ELC) for [LCP](https://github.com/datachainlab/lcp).
## Replated Repositories
- [ibc-solidity](https://github.com/hyperledger-labs/yui-ibc-solidity): An IBC implementation in Solidity.
- [yui-relayer](https://github.com/hyperledger-labs/yui-relayer): A relayer implementation for the IBC protocol, which also supports heterogeneous blockchains.
- [besu-ibc-relay-prover](https://github.com/datachainlab/besu-ibc-relay-prover): The relayer's prover module for the Hyperledger Besu.
## E2E Test
**Prerequisites: Please check [the github actions workflow file](.github/workflows/test.yml) for the required dependencies.**
You can run the e2e relay test by running the following commands:
```bash
make -C e2e e2e-test
```