You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 29 Next »

About 

At the moment, Fabric is the most popular blockchain platform in China, but in TWGC we found that, because of the complex operation of Fabric, it is hard for new developer to use it. The official documents are the best reference, but it is really a big book, so we want make a video tutorial based on the official documents, and free for everyone, our plan of the tutorial as follows:

Type: Public and Free, 10-20 min per video

Website: Tencent Video(https://v.qq.com/) and Bilibili(https://www.bilibili.com/) and Youtube(https://www.youtube.com under Hyperledger official acount

Teacher: Volunteers from the community

Audience: Fabric developer, Fabric operator

Book: https://hyperledger-fabric.readthedocs.io/zh_CN/release-2.2/

Contributor List

NameOrganizationEmailLocationGitHub IDWeChat(Optional)
Yang ChengCAICTchengyang418@163.comBeijingstone-chyycheng418
Junjie ZhouEBaaSzhoujunjie1031@126.comShanghaiZJJXYHzjj_123987

Yunfei Gu

SUPERMAP17633039636gyf@gmail.comChengduGYF96IWTR77
Wenlong YiRIVEREwlong.yi@gmail.comGuangzhouyiwenlongwlong-yi
Guolei ZhangBIT18392676122@163.comBeijinglingyao619zgl249982388
Guanglin ZhouQLUguanglinzhou89@163.comJinanmaijintuol17654321l
Ziyi ZhangHuaweicloud1230@hotmail.comBeijingcloud123013261785302






Task List

TaskTeacherDeadlineReviewerUploadedDocs Link

Chapter 1. Fabric Introduction

----
1.1. About FabricYang Cheng2021.2.16Wenlong YiNo

我们是谁

介绍

Chapter 2. Fabric Key Concepts----
2.1. Hyperledger Fabric ModelYunfei Gu2021.2.28

Hyperledger Fabric 模型

2.2. Fabric NetworkYunfei Gu2021.3.7

区块链网络

2.3. IdentityYunfei Gu2021.3.14

身份

2.4. MSPYunfei Gu2021.3.21

MSP
2.5. PolicyYunfei Gu2021.3.28

策略
2.6. PeersYang Cheng2021.2.28

Peer
2.7. Smart Contracts and ChaincodeYang Cheng2021.3.7

智能合约和链码
2.8. LedgerYang Cheng2021.3.14

账本
2.9. The Ordering ServiceYang Cheng2021.3.21

排序服务
2.10. Private DataYang Cheng2021.3.28

私有数据
Chapter 3. Fabric Getting Started----
3.1. Test NetworkJunjie Zhou2021.2.28

入门(搭建基础环境)

使用Fabric的测试网络

3.2. Fabric Application SampleJunjie Zhou2021.3.7

编写你的第一个应用

Chapter 4. Fabric Network Management----
4.1. Deploying A Production NetworkGuanglin Zhou2021.3.7

部署一个生产网络
4.2. Nodes ManagementGuanglin Zhou2021.3.14

创建通道

更新通道配置

4.3. Organization ManagementGuanglin Zhou2021.3.21

向通道添加组织

4.4. Chaincode ManagementGuanglin Zhou2021.3.28

部署智能合约到通道(主要讲链码部署流程)
4.5. Certificate Management



Hyperledger Fabric CA

Fabric-CA官方文档

4.6 Chaincode as an External Service



外部构建器和启动器

将链码作为外部服务

Chapter 5. Application Development----
5.1. Chaincode DevelopmentGuolei Zhang2021.3.2

链码开发者教程

使用 CouchDB 作为状态数据库

5.2. SDK UsageGuolei Zhang2021.3.16

Hyperledger Fabric SDK(找一段示例代码,介绍SDK使用的关键步骤和如何学习使用)
5.3. Develop An ApplicationGuolei Zhang2021.3.30

开发应用(包括:场景,分析,流程和数据设计,智能合约处理,应用,应用程序设计元素)

商业票据教程

Chapter 6. Fabric Advanced Usage----
6.1. Transaction FlowZiyi Zhang


交易流程
6.2. Gossip Data Dissemination PotocolZiyi Zhang


Gossip 数据传播协议

6.3. Service DiscoveryZiyi Zhang


服务发现
6.4. Peer Channel-based Event ServicesZiyi Zhang


基于通道的 Peer 节点事件服务

6.5. CouchDB as the State Database



使用CouchDB

使用 CouchDB 作为状态数据库

6.6. Private Data



在 Fabric 中使用私有数据

私有数据

6.7. Read-Write Set Semantics



读写集语义
Chapter 7. Make Contribution----
7.1. Code Contribution



欢迎贡献(讲清楚如何贡献即可)
7.2. Document Contribution



贡献文档
Chapter 8. Fabric Source Code----
8.1 Devepole EnvironmentWenlong Yi2021.3.7

部署环境
8.2 Run Peer With DebugWenlong Yi2021.3.14

展示如何Debug Peer,如何开始阅读Peer代码,主要代码在哪里,以讲方法为主
8.3 Run Orderer With DebugWenlong Yi2021.3.21

展示如何Debug Orderer,如何开始阅读Orderer代码,主要代码在哪里,以讲方法为主
Chapter 9. Fabric Ecology




9.1 Tools around Fabric



主要介绍Fabric相关的工具,比如入门工具(MiniFab)测试工具(Caliper,Tape,Probe),BaaS(Cello),跨链(Cactus)
Chapter 10. Fabric Use Case




10.1 Fabric Use Case



介绍Fabric怎么在实际场景用应用,Fabric的优势,解决的问题,不能成为一个项目的广告。



  • No labels