-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from WeBankBlockchain/lab-dev
update 3.0 doc
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,18 @@ | |
|
||
# 什么是WeBankBlockchain WeBASE | ||
|
||
微众银行开源的自研区块链中间件平台——**WeBankBlockchain WeBASE(WeBank Blockchain Application Software Extension, 简称WBC-WeBASE)** | ||
微众银行开源的自研区块链中间件平台——**WeBankBlockchain WeBASE(WeBank Blockchain Application Software Extension, 简称WeBASE)** | ||
是在区块链应用和FISCO BCOS节点之间搭建的一套通用组件,围绕交易、合约、密钥管理,数据,可视化管理来设计各个模块。开发者可以根据业务所需,选择子系统进行部署。 | ||
|
||
**WBC-WeBASE**屏蔽了区块链底层的复杂度,降低开发者的门槛,大幅提高区块链应用的开发效率,包含**节点前置**、**节点管理**、**Web管理平台**、**签名服务**等子系统。 | ||
**WeBASE**屏蔽了区块链底层的复杂度,降低开发者的门槛,大幅提高区块链应用的开发效率,包含**节点前置**、**节点管理**、**Web管理平台**、**签名服务**等子系统。 | ||
|
||
**WBC-WeBASE**将区块链应用开发标准化,搭建完FISCO BCOS节点后,只需按照五步标准流程进行区块链应用开发,开发流程请参阅 [使用WBC-WeBASE开发区块链应用](https://github.com/WeBankBlockchain/WeBASE-Doc/blob/lab/docs/WeBASE/quick-start.md) | ||
**WeBASE**将区块链应用开发标准化,搭建完FISCO BCOS节点后,只需按照五步标准流程进行区块链应用开发,开发流程请参阅 [使用WBC-WeBASE开发区块链应用](https://github.com/WeBankBlockchain/WeBASE-Doc/blob/lab/docs/WeBASE/quick-start.md) | ||
|
||
**WBC-WeBASE一键部署**(FISCO BCOS + WeBASE-Front + WeBASE-Node-Manager + WeBASE-Sign + WeBASE-Web)可以参考[WBC-WeBASE一键部署文档](https://webasedoc.readthedocs.io/zh_CN/lab/docs/WeBASE/install.html),**WBC-WeBASE**整体结构设计与各子系统功能与安装部署的详细介绍,请参考[WBC-WeBASE在线文档](https://webasedoc.readthedocs.io/zh_CN/lab/index.html) | ||
**WeBASE一键部署**(FISCO BCOS + WeBASE-Front + WeBASE-Node-Manager + WeBASE-Sign + WeBASE-Web)可以参考[WBC-WeBASE一键部署文档](https://webasedoc.readthedocs.io/zh_CN/lab/docs/WeBASE/install.html),**WBC-WeBASE**整体结构设计与各子系统功能与安装部署的详细介绍,请参考[WBC-WeBASE在线文档](https://webasedoc.readthedocs.io/zh_CN/lab/index.html) | ||
|
||
- **WeBASE lab版本**已适配**FISCO-BCOS 3.0.0**版本,相关文档与代码仓库可跳转至 [WeBASE-lab分支](https://webasedoc.readthedocs.io/zh_CN/lab)查看 | ||
## 技术文档 | ||
- **WeBASE 1.x版本** 适用于FISCO-BCOS **2.x版本**,可查看 [WeBASE 1.x文档](https://webasedoc.readthedocs.io/zh_CN/latest/index.html) (stable) | ||
- **WeBASE 3.x版本** 适用于FISCO-BCOS **3.x版本**,可查看 [WeBASE 3.x文档](https://webasedoc.readthedocs.io/zh_CN/lab),相关代码位于master-3.0分支 | ||
|
||
## 各子系统简介 | ||
* **节点前置服务 [WeBASE-Front](https://github.com/WeBankBlockchain/WeBASE-Front)** | ||
|
@@ -33,7 +35,7 @@ | |
## 贡献说明 | ||
请阅读我们的[贡献文档](https://webasedoc.readthedocs.io/zh_CN/lab/docs/WeBASE/CONTRIBUTING.html),了解如何贡献代码,并提交你的贡献。 | ||
|
||
希望在您的参与下,WBC-WeBASE会越来越好! | ||
希望在您的参与下,WeBASE会越来越好! | ||
|
||
## 社区 | ||
联系我们:[email protected] | ||
|