{"id":21162313,"url":"https://github.com/webankblockchain/wecross","last_synced_at":"2025-04-05T20:08:29.547Z","repository":{"id":38106520,"uuid":"203739220","full_name":"WeBankBlockchain/WeCross","owner":"WeBankBlockchain","description":"WeCross跨链路由","archived":false,"fork":false,"pushed_at":"2024-05-15T05:37:19.000Z","size":5456,"stargazers_count":204,"open_issues_count":59,"forks_count":76,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-29T19:05:39.698Z","etag":null,"topics":["blockchain","crosschain","fisco-bcos","hip","htlc","transaction","ttm","ubi"],"latest_commit_sha":null,"homepage":"","language":"Java","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/WeBankBlockchain.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2019-08-22T07:31:29.000Z","updated_at":"2025-03-03T23:41:43.000Z","dependencies_parsed_at":"2024-02-21T05:29:09.943Z","dependency_job_id":"76320b7e-8e6b-40ac-b22f-16f5f3ca2a6d","html_url":"https://github.com/WeBankBlockchain/WeCross","commit_stats":{"total_commits":505,"total_committers":25,"mean_commits":20.2,"dds":0.5425742574257426,"last_synced_commit":"7228792f7906de5421241d5ba8e4bece7b775b6b"},"previous_names":["webankfintech/wecross"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeBankBlockchain","download_url":"https://codeload.github.com/WeBankBlockchain/WeCross/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393570,"owners_count":20931813,"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","crosschain","fisco-bcos","hip","htlc","transaction","ttm","ubi"],"created_at":"2024-11-20T13:24:56.586Z","updated_at":"2025-04-05T20:08:29.526Z","avatar_url":"https://github.com/WeBankBlockchain.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./docs/images/menu_logo_wecross.png)\n\n[![CodeFactor](https://www.codefactor.io/repository/github/webankblockchain/wecross/badge)](https://www.codefactor.io/repository/github/webankblockchain/wecross) [![Build Status](https://travis-ci.org/WebankBlockchain/WeCross.svg?branch=dev)](https://travis-ci.org/WebankBlockchain/WeCross) [![Latest release](https://img.shields.io/github/release/WebankBlockchain/WeCross.svg)](https://github.com/WebankBlockchain/WeCross/releases/latest)\n [![License](https://img.shields.io/github/license/WebankBlockchain/WeCross)](https://www.apache.org/licenses/LICENSE-2.0) [![Language](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.java.com)\n\n## WeCross简介\n\nWeCross是由微众银行自主研发并完全开源的区块链跨链协作平台，致力于促进跨行业、机构和地域的跨区块链信任传递和商业合作。WeCross支持应用与多链互操作、同/异构链间互操作等多维跨链交互，实现了:\n\n- **一站式跨链管理**\n\n    WeCross为方便开发、维护和管理跨链应用，配套多种跨链工具，包括命令行[终端控制台](https://github.com/WeBankBlockchain/WeCross-Console)和**可视化**[网页管理平台](https://github.com/WeBankBlockchain/WeCross-WebApp)。\n\n- **插件式跨链接入**\n\n    WeCross只需基于[Stub接口](https://wecross.readthedocs.io/zh_CN/latest/docs/dev/stub.html)针对不同的链开发适配器，就能以插件化的方式实现跨链接入。目前适配的区块链包括[FISCO BCOS 3.0](https://github.com/WeBankBlockchain/WeCross-BCOS3-Stub)、[FISCO BCOS 2.0](https://github.com/WeBankBlockchain/WeCross-BCOS2-Stub)、[Hyperledger Fabric 1.4](https://github.com/WeBankBlockchain/WeCross-Fabric1-Stub) 和 [Hyperledger Fabric 2](https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub)。\n\n- **统一跨链身份**\n\n    WeCross基于[跨链账户服务](https://github.com/WeBankBlockchain/WeCross-Account-Manager)管理账户的生命周期。每个跨链账户对应多个链账户，实现跨链身份的统一。\n\n- **统一资源范式**\n\n    WeCross对各个链的资源包括合约、交易以及区块等进行抽象和封装，并基于通用跨链接口和统一的寻址方式实现对不同资源的访问和调用。\n\n- **跨链事务保障**\n\n    WeCross基于[两阶段提交](https://wecross.readthedocs.io/zh_CN/latest/docs/routine/xa.html)实现多链的事务写操作。回滚时，事务中的操作都会被重置，最终恢复到事务前的状态。\n\n- **资产原子交换**\n\n    WeCross基于[哈希时间锁合约](https://wecross.readthedocs.io/zh_CN/latest/docs/routine/htlc.html)实现异构链间资产原子交换，无需更改原链上的资产模型和资产合约，通用性较强。\n\n- **合约跨链调用**\n\n    WeCross不仅支持跨链应用对异构多链发起调用，而且还支持由合约发起的对其它链合约的异步[跨链调用](https://wecross.readthedocs.io/zh_CN/latest/docs/dev/interchain.html)。\n\n了解更多技术特性，请下载阅读[WeCross白皮书](https://mp.weixin.qq.com/s/w0APEAonFXbOoinMJipPAA)。\n\n## WeCross架构\n\n![](./docs/images/architecture.png)\n\n\n## 快速开始\n\n阅读[快速入门](https://wecross.readthedocs.io/zh_CN/latest/docs/tutorial/demo/index.html)，从连通两个区块链开始，快速体验WeCross的强大功能。\n\n## 技术文档\n\n阅读[WeCross 在线文档](https://wecross.readthedocs.io/zh_CN/latest/)，详细了解如何使用WeCross。\n\n- [平台介绍](https://wecross.readthedocs.io/zh_CN/latest/docs/introduction/introduction.html)\n- [程序版本](https://wecross.readthedocs.io/zh_CN/latest/docs/version/index.html)\n- [快速入门](https://wecross.readthedocs.io/zh_CN/latest/docs/tutorial/index.html)\n- [跨链接入](https://wecross.readthedocs.io/zh_CN/latest/docs/stubs/index.html)\n- [跨链事务](https://wecross.readthedocs.io/zh_CN/latest/docs/routine/index.html)\n- [操作手册](https://wecross.readthedocs.io/zh_CN/latest/docs/manual/webApp.html)\n- [开发手册](https://wecross.readthedocs.io/zh_CN/latest/docs/dev/sdkindex.html)\n- [应用场景](https://wecross.readthedocs.io/zh_CN/latest/docs/scenarios/index.html)\n- [FAQ](https://wecross.readthedocs.io/zh_CN/latest/docs/faq/faq.html)\n- [社区](https://wecross.readthedocs.io/zh_CN/latest/docs/community/community.html)\n\n## 项目贡献\n\n欢迎参与WeCross社区的维护和建设：\n\n- 提交代码(Pull requests)，可参考[代码贡献流程](CONTRIBUTING.md)以及[wiki指南](https://github.com/WeBankBlockchain/WeCross/wiki/%E8%B4%A1%E7%8C%AE%E4%BB%A3%E7%A0%81)\n- [提问和提交BUG](https://github.com/WeBankBlockchain/WeCross/issues/new)\n\n您将成为贡献者，感谢各位贡献者的付出：\n\n\u003cimg src=\"https://contrib.rocks/image?repo=WeBankBlockchain/WeCross\" alt=\"https://github.com/WeBankBlockchain/WeCross/graphs/contributors\" style=\"zoom:100%;\" /\u003e\n\n## 开源社区\n\n参与meetup：[活动日历](https://github.com/WeBankBlockchain/WeCross/wiki#%E6%B4%BB%E5%8A%A8%E6%97%A5%E5%8E%86)\n\n学习知识、讨论方案、开发新特性：[联系微信小助手，加入跨链兴趣小组（CC-SIG）](https://wecross.readthedocs.io/zh_CN/latest/docs/community/cc-sig.html#id3)\n\n## License\n\nWeCross的开源协议为Apache License 2.0，详情参考[LICENSE](./LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebankblockchain%2Fwecross","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebankblockchain%2Fwecross","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebankblockchain%2Fwecross/lists"}