> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/hyperledger_code_fabric/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/hyperledger_code_fabric/readme.md).

# 前言

0.6.8 [![Build Status](https://travis-ci.org/yeasy/hyperledger_code_fabric.svg?branch=master)](https://travis-ci.org/yeasy/hyperledger_code_fabric)

区块链技术是计算机与金融技术成功交融的一大创新，被认为是极具潜力的分布式账本平台的核心技术。如果你还不了解区块链，可以阅读 [区块链技术指南](https://www.gitbook.com/book/yeasy/blockchain_guide)。

作为 Linux 基金会支持的开源分布式账本平台，[Hyperledger](https://hyperledger.org) 受到了众多企业的参与支持和应用。本书将试图剖析 Hyperledger Fabric 项目相关源码，帮助大家深入理解其实现原理。

本书适用于对区块链技术和超级账本 Fabric 项目有一定实践经验，并对其实现感兴趣的读者。

* 在线阅读：[GitBook](https://www.gitbook.com/book/yeasy/hyperledger_code_fabric) 或 [GitHub](https://github.com/yeasy/hyperledger_code_fabric/blob/master/SUMMARY.md)。
* pdf 版本 [下载](https://www.gitbook.com/download/pdf/book/yeasy/hyperledger_code_fabric)
* epub 版本 [下载](https://www.gitbook.com/download/epub/book/yeasy/hyperledger_code_fabric)

Hyperledger Fabric 自身仍在快速发展中，生态环境也在蓬勃成长。欢迎 [参与维护项目](/hyperledger_code_fabric/contribute.md)。

* [修订记录](/hyperledger_code_fabric/revision.md)
* [贡献者名单](https://github.com/yeasy/hyperledger_code_fabric/graphs/contributors)

## 进阶学习

![区块链原理、设计与应用](/files/-M5xTjTH9dkgFpEAufwc)

《[区块链原理、设计与应用](https://item.jd.com/12159265.html)》已经正式出版，详细介绍了区块链相关技术，特别超级账本项目的设计、架构和应用，欢迎大家阅读使用并反馈建议。

* [京东图书](https://item.jd.com/12159265.html)
* [China-Pub](http://product.china-pub.com/6479750)
* [当当图书](http://product.dangdang.com/25159352.html)

## 鼓励项目

欢迎鼓励项目一杯 coffee\~

![coffee](/files/-M5xTjTJJXHDrIAcNs9V)

## 技术交流

欢迎大家加入 [区块链技术讨论群](https://www.gitbook.com/book/yeasy/blockchain_guide)。

* QQ 群   I：335626996（已满）
* QQ 群  II：523889325（已满）
* QQ 群 III：414919574（已满）
* QQ 群  IV：364824846（可加）

*本书结构由* [*gitbook\_gen*](https://github.com/yeasy/code_snippet/blob/master/python/gitbook_gen.py) *维护*。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://yeasy.gitbook.io/hyperledger_code_fabric/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
