{"id":25412284,"url":"https://github.com/datachainlab/lcp","last_synced_at":"2025-08-27T19:12:55.121Z","repository":{"id":60259428,"uuid":"481795207","full_name":"datachainlab/lcp","owner":"datachainlab","description":"A proxy for light client verification executed in TEE.","archived":false,"fork":false,"pushed_at":"2025-05-28T10:53:50.000Z","size":4606,"stargazers_count":46,"open_issues_count":1,"forks_count":17,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-05-28T11:41:37.491Z","etag":null,"topics":["blockchain","cosmos-ibc","ibc","intel-sgx","interoperability","tee"],"latest_commit_sha":null,"homepage":"https://docs.lcp.network","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datachainlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-15T01:05:12.000Z","updated_at":"2025-05-15T01:23:22.000Z","dependencies_parsed_at":"2024-01-06T05:34:16.639Z","dependency_job_id":"8704a9bc-fbaa-4a15-a440-4da39a1aedc7","html_url":"https://github.com/datachainlab/lcp","commit_stats":{"total_commits":477,"total_committers":4,"mean_commits":119.25,"dds":"0.012578616352201255","last_synced_commit":"16fa999ccb49cc75365f49b624978616dc85c2c9"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/datachainlab/lcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datachainlab%2Flcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datachainlab%2Flcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datachainlab%2Flcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datachainlab%2Flcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datachainlab","download_url":"https://codeload.github.com/datachainlab/lcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datachainlab%2Flcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265200105,"owners_count":23726771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cosmos-ibc","ibc","intel-sgx","interoperability","tee"],"created_at":"2025-02-16T11:18:36.898Z","updated_at":"2025-07-13T20:34:29.876Z","avatar_url":"https://github.com/datachainlab.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LCP (Light Client Proxy)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"LCP\" src=\"./.github/logo.png\" /\u003e\n\u003c/div\u003e\n\nLCP is a proxy for light client verification executed in TEE.\n\nLCP uses Intel SGX, a representative TEE implementation, to provide light clients implemented in enclave. It also provides an on-chain client(called LCP Client) that verifies commitments indicating the results of verification by the light clients. In addition, LCP Client is compatible with [ICS-02](https://github.com/cosmos/ibc/tree/main/spec/core/ics-002-client-semantics), so LCP can be integrated with [IBC](https://github.com/cosmos/ibc).\n\nThe design of LCP is based on the following principles:\n\n- Minimum trust assumptions: In addition to the trust assumptions of the Light Client scheme, which is the most secure verification scheme, LCP needs to add as little trust as possible, the TEE trust.\n- Ultra efficient on-chain verification: A client on the downstream verifies a single signature on a resulting commitment generated in the Enclave instead of verifying the upstream. It will reduce the verification cost and the size of verification transactions (e.g., no need to include validators' info in the upstream).\n- Extensible: No need for an on-chain light client implementation for each chain combination, only a light client implementation per chain that the Enclave can execute.\n\n## Documentation\n\nFor the details, please see here: https://docs.lcp.network\n\n## Supported light clients\n\n- [Cosmos/Tendermint](https://github.com/datachainlab/lcp/tree/main/modules/tendermint-lc)\n- [Ethereum](https://github.com/datachainlab/ethereum-elc)\n- [BNB Smart Chain](https://github.com/datachainlab/parlia-elc)\n- [Hyperledger Besu](https://github.com/datachainlab/besu-qbft-elc)\n\n## Security Audit\n\nBoth lcp and [lcp-solidity](https://github.com/datachainlab/lcp-solidity) have been audited by Quantstamp, Inc. The audit report can be found on [the Quantstamp's website](https://certificate.quantstamp.com/full/datachain-lc-ps/4c1873cd-919f-4191-89c8-59d03d7fdcb8/index.html) or in [this directory](./docs/audit).\n\n## Related repositories\n\n- https://github.com/datachainlab/lcp-go provides a Go implementation for LCP client and e2e tests between two tendermint chains using LCP\n- https://github.com/datachainlab/lcp-solidity provides a Solidity implementation for LCP client\n- https://github.com/datachainlab/cosmos-ethereum-ibc-lcp provies an IBC bridge demo between ethereum and Cosmos chain\n- https://github.com/datachainlab/cosmos-bsc-ibc-lcp provides an IBC bridge demo between BNB Smart Chain and Cosmos chain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatachainlab%2Flcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatachainlab%2Flcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatachainlab%2Flcp/lists"}