WeCross: WeCross是由微众银行自主研制并彻底开源的区块链跨链协作渠道,致力于促进跨职业、组织和地域的跨区块链信赖传递和商业协作
登录
注册
开源
企业版
高校版
查找
协助中心
运用条款
关于咱们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
检查概况
登录
注册
代码拉取完结,页面将主动改写
开源项目
>
区块链
&&
捐献
捐献前请先登录
撤销
前往登录
扫描微信二维码支付
撤销
支付完结
支付提示
将跳转至支付宝完结支付
承认
撤销
Watch
不重视
重视一切动态
仅重视版别发行动态
重视但不提示动态
18
Star
98
Fork
41
WeBank / WeCross
代码
Issues
1
Pull Requests
0
Wiki
计算
流水线
服务
Gitee Pages
JavaDoc
质量剖析
Jenkins for Gitee
腾讯云保管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再主动打开
参加 Gitee
与超越 1200万 开发者一同发现、参加优异开源项目,私有库房也彻底免费 :)
免费参加
已有帐号?
当即登录
回来
master

办理
办理
分支 (21)
标签 (18)
master
feature-1.4.0
feature-1.3.2
feature-1.3.1
release-1.3.0
feature-1.3.0
JimmyShi22-patch-1
dev
release-1.2.3
release-1.2.2
release-1.2.0
release-1.1.1
release-1.1.0
release-1.0.1
release-1.0.0
release-rc5
release-rc4
release-rc3
release-rc2
release-0.2
v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v1.0.0-rc4
v1.0.0-rc3
v1.0.0-rc2
v1.0.0-rc1-dev-no-plugin
resources
v1.0.0-rc1
v1.0.0-rc1-test
rc1-test
0.2-test
克隆/下载
克隆/下载
HTTPS
SSH
SVN
SVN+SSH
下载ZIP
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
当即登录
没有帐号,去注册
提示
下载代码请仿制以下指令到终端履行
为保证你提交的代码身份被 Gitee 正确辨认,请履行以下指令完结装备
git config --global user.name userName
git config --global user.email userEmail
初度运用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完结 SSH 装备
1
生成 RSA 密钥
2
获取 RSA 公钥内容,并装备到 SSH公钥 中
在 Gitee 上运用 SVN,请拜访 运用攻略
运用 HTTPS 协议时,指令行会呈现如下账号暗码验证过程。根据安全考虑,Gitee 主张 装备并运用私家令牌 代替登录暗码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com':
#
私家令牌
新建文件
新建 Diagram 文件
新建子模块
上传文件
分支 21
标签 18
奉献代码
同步代码
创立 Pull Request
了解更多
比照差异
经过 Pull Request 同步
同步更新到分支
经过 Pull Request 同步
将会在向当时分支创立一个 Pull Request,合入后将完结同步
Kyon
(project): update 1.4.0 changelog. (#...
7228792
540 次提交
提交
撤销
提示:
因为 Git 不支撑空文件夾,创立文件夹后会生成空的 .keep 文件
.ci
保存
撤销
.github
保存
撤销
demo
保存
撤销
docker
保存
撤销
docs/images
保存
撤销
gradle/wrapper
保存
撤销
scripts
保存
撤销
src
保存
撤销
.codecov.yml
保存
撤销
.gitignore
保存
撤销
CONTRIBUTING.md
保存
撤销
Changelog.md
保存
撤销
LICENSE
保存
撤销
README.md
保存
撤销
build.gradle
保存
撤销
gradlew
保存
撤销
gradlew.bat
保存
撤销
release_note.txt
保存
撤销
settings.gradle
保存
撤销
Loading...
README
Apache-2.0
WeCross简介
WeCross是由微众银行自主研制并彻底开源的区块链跨链协作渠道,致力于促进跨职业、组织和地域的跨区块链信赖传递和商业协作。WeCross支撑运用与多链互操作、同/异构链间互操作等多维跨链交互,完结了:
一站式跨链办理
WeCross为便利开发、保护和办理跨链运用,配套多种跨链东西,包含指令行终端控制台和可视化网页办理渠道。
插件式跨链接入
WeCross只需根据Stub接口针对不同的链开发适配器,就能以插件化的方法完结跨链接入。现在适配的区块链包含FISCO BCOS 3.0、FISCO BCOS 2.0、Hyperledger Fabric 1.4 和 Hyperledger Fabric 2。
一致跨链身份
WeCross根据跨链账户服务办理账户的生命周期。每个跨链账户对应多个链账户,完结跨链身份的一致。
一致资源范式
WeCross对各个链的资源包含合约、买卖以及区块等进行笼统和封装,并根据通用跨链接口和一致的寻址方法完结对不同资源的拜访和调用。
跨链业务保证
WeCross根据两阶段提交完结多链的业务写操作。回滚时,业务中的操作都会被重置,终究康复到业务前的状况。
财物原子交流
WeCross根据哈希时刻锁合约完结异构链间财物原子交流,无需更改原链上的财物模型和财物合约,通用性较强。
合约跨链调用
WeCross不只支撑跨链运用对异构多链主张调用,并且还支撑由合约主张的对其它链合约的异步跨链调用。
了解更多技能特性,请下载阅览WeCross白皮书。
WeCross架构
快速开端
阅览快速入门,从连通两个区块链开端,快速体会WeCross的强壮功用。
技能文档
阅览WeCross 在线文档,具体了解怎么运用WeCross。
渠道介绍
程序版别
快速入门
跨链接入
跨链业务
操作手册
开发手册
运用场景
FAQ
社区
项目奉献
欢迎参加WeCross社区的保护和建造:
提交代码(Pull requests),可参阅代码奉献流程以及wiki攻略
发问和提交BUG
您将成为奉献者,感谢各位奉献者的支付:
开源社区
参加meetup:活动日历
学习常识、评论计划、开发新特性:联络微信小帮手,参加跨链兴趣小组(CC-SIG)
License
WeCross的开源协议为Apache License 2.0,概况参阅LICENSE。
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Starred
98
Star
98
Fork
41
捐献
0 人次
告发
告发成功
咱们将于2个工作日内经过站内信反应成果给你!
请仔细填写告发原因,尽或许描绘具体。
告发类型
请挑选告发类型
告发原因
撤销
发送
误判申述
此处或许存在不合适展现的内容,页面不予展现。您可经过相关修正功用自查并修正。
如您承认内容无触及 不妥用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚伪 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申述,咱们将尽快为您处理。
撤销
提交
简介
WeCross是由微众银行自主研制并彻底开源的区块链跨链协作渠道,致力于促进跨职业、组织和地域的跨区块链信赖传递和商业协作
打开
收起
暂无标签
Java
等 3 种言语
Java
88.3%
Shell
11.6%
Solidity
0.1%
Apache-2.0
运用 Apache-2.0 开源答应协议
保存更改