文章提供MSP的设置细节,致力于打造MSP的最佳实践。详细说明在Hyperledger Fabric支持下的MSP的实现步骤,并讨论其使用方面的最佳实践方式。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/msp_zh/
文章主要描述了Channel 配置(configtx)的问题。其中包括Anatomy of a configuration / 配置剖析、Configuration updates / 更新配置、Permitted configuration groups and values / 组和值得配置许可、Orderer system channel configuration / Order channel 配置、Application channel configuration / APP channel 配置以及Channel creation / 创建channel。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/configtx_zh/
文章描述了configtxgen工具的用法,该工具用来操作超级账本 Fabric 的通道配置 ,目前,该工具主要侧重于生成引导共识节点的创世纪块,但是将来预计增加生成新通道的配置以及重新配置已有的通道。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/configtxgen_zh/
文章描述了configtxlator的使用。其中包括总体描述、运行 configtxlator 工具(Running the configtxlator)、原型翻译(Proto translation)、配置更新计算(Config update computation)、引导实例(Bootstraping example)、重配置示例(Reconfiguration example)、以及增加组织(Adding an organization)。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/configtxlator_zh/
文章描述了背书策略的制定。其中包括Endorsement policy design - 背书策略设计、Endorsement policy syntax in the CLI - CLI中背书策略语法、Specifying endorsement policies for a chaincode - 为chaincode指定背书策略、以及未来计划增加的功能。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/endorsement-policies_zh/
文章讲述了错误处理的方法。其中包括总体概览、使用说明、显示错误消息以及1.4. Hyperledger Fabric中错误处理的一般准则。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/error-handling_zh/
文章讲述了日志控制的方法。其中包括Overview概述、peer、Go chaincodes、以及API的控制。
原文链接:https://hyperledgercn.github.io/hyperledgerDocs/logging-control_zh/