{"id":21162325,"url":"https://github.com/webankblockchain/wecross-fabric2-stub","last_synced_at":"2025-07-09T14:32:28.787Z","repository":{"id":37981895,"uuid":"326989222","full_name":"WeBankBlockchain/WeCross-Fabric2-Stub","owner":"WeBankBlockchain","description":"WeCross-Fabric2-Stub","archived":false,"fork":false,"pushed_at":"2024-03-05T02:34:30.000Z","size":306,"stargazers_count":10,"open_issues_count":0,"forks_count":12,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-04-24T03:16:30.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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}},"created_at":"2021-01-05T12:17:02.000Z","updated_at":"2023-07-18T13:44:15.000Z","dependencies_parsed_at":"2023-12-18T08:28:33.988Z","dependency_job_id":"9a245653-adc8-41d6-8d25-117698e456bf","html_url":"https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross-Fabric2-Stub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross-Fabric2-Stub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross-Fabric2-Stub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeBankBlockchain%2FWeCross-Fabric2-Stub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeBankBlockchain","download_url":"https://codeload.github.com/WeBankBlockchain/WeCross-Fabric2-Stub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225564030,"owners_count":17488939,"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":[],"created_at":"2024-11-20T13:25:02.662Z","updated_at":"2024-11-20T13:25:03.356Z","avatar_url":"https://github.com/WeBankBlockchain.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./docs/images/menu_logo_wecross.png)\n\n# WeCross-Fabric2-Stub\n\n[![CodeFactor](https://www.codefactor.io/repository/github/webankblockchain/WeCross-Fabric2-Stub/badge)](https://www.codefactor.io/repository/github/webankblockchain/WeCross-Fabric2-Stub) [![Build Status](https://travis-ci.org/WeBankBlockchain/WeCross-Fabric2-Stub.svg?branch=dev)](https://travis-ci.org/WeBankBlockchain/WeCross-Fabric2-Stub) [![Latest release](https://img.shields.io/github/release/WeBankBlockchain/WeCross-Fabric2-Stub.svg)](https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub/releases/latest)\n[![License](https://img.shields.io/github/license/WeBankBlockchain/WeCross-Fabric2-Stub)](https://www.apache.org/licenses/LICENSE-2.0) [![Language](https://img.shields.io/badge/Language-Java-blue.svg)](https://www.java.com)\n\nWeCross Fabric2 Stub是[WeCross](https://github.com/WeBankBlockchain/WeCross)用于适配[Hyperledger Fabric 2](https://github.com/hyperledger/fabric/tree/release-2.0)及以上版本的插件。\n\n## 关键特性\n\n- Hyperledger Fabric配置加载\n- Hyperledger Fabric账户生成\n- Hyperledger Fabric链上资源访问\n- Hyperledger Fabric交易签名与解析\n- （适配中）通过WeCross部署链码\n\n## 编译插件\n\n**环境要求**:\n\n  - [JDK8及以上](https://www.oracle.com/java/technologies/javase-downloads.html)\n  - Gradle `5.0`及以上\n  - golang `1.13.4`及以上（推荐采用国内源：`go env -w GOPROXY=https://goproxy.cn,direct`）\n\n**编译命令**:\n\n```shell\ngit clone https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub.git\ncd WeCross-Fabric2-Stub\n./gradlew assemble\n```\n\n如果编译成功，将在当前目录的dist/apps目录下生成插件jar包。\n\n## 插件使用\n\n插件的详细使用方式请参阅[WeCross技术文档](https://wecross.readthedocs.io/zh_CN/latest/docs/stubs/fabric2.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-Fabric2-Stub\" alt=\"https://github.com/WeBankBlockchain/WeCross-Fabric2-Stub/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 Fabric2 Stub的开源协议为Apache License 2.0，详情参考[LICENSE](./LICENSE)。\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebankblockchain%2Fwecross-fabric2-stub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebankblockchain%2Fwecross-fabric2-stub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebankblockchain%2Fwecross-fabric2-stub/lists"}