From 6e8413c0cd607afa0f9630db62c07d99cf1d4e0a Mon Sep 17 00:00:00 2001 From: Jun Kimura Date: Thu, 12 Sep 2024 00:15:11 +0900 Subject: [PATCH] update README Signed-off-by: Jun Kimura --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 809ada8e..44211340 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,16 @@ The design of LCP is based on the following principles: For the details, please see here: https://docs.lcp.network +## Supported light clients + +- [Cosmos/Tendermint](https://github.com/datachainlab/lcp/tree/main/modules/tendermint-lc) +- [Ethereum](https://github.com/datachainlab/ethereum-elc) +- [BNB Smart Chain](https://github.com/datachainlab/parlia-elc) +- [Hyperledger Besu](https://github.com/datachainlab/besu-qbft-elc) + ## Related repositories - https://github.com/datachainlab/lcp-go provides a Go implementation for LCP client and e2e tests between two tendermint chains using LCP - https://github.com/datachainlab/lcp-solidity provides a Solidity implementation for LCP client -- https://github.com/datachainlab/cosmos-ethereum-ibc-lcp provies an IBC bridge demo between ethereum and tendermint chain +- https://github.com/datachainlab/cosmos-ethereum-ibc-lcp provies an IBC bridge demo between ethereum and Cosmos chain +- https://github.com/datachainlab/cosmos-bsc-ibc-lcp provides an IBC bridge demo between BNB Smart Chain and Cosmos chain