# 前言

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 自身仍在快速发展中，生态环境也在蓬勃成长。欢迎 [参与维护项目](https://yeasy.gitbook.io/hyperledger_code_fabric/contribute)。

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

## 进阶学习

![区块链原理、设计与应用](https://45108802-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5xTVjsGYbmL5vOHvwm%2F-M5xTYH4FEbk9Rw8n7OK%2F-M5xTjTH9dkgFpEAufwc%2Fblockchain_book.png?generation=1588021976639469\&alt=media)

《[区块链原理、设计与应用](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](https://45108802-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M5xTVjsGYbmL5vOHvwm%2F-M5xTYH4FEbk9Rw8n7OK%2F-M5xTjTJJXHDrIAcNs9V%2Fdonate.jpeg?generation=1588021976650804\&alt=media)

## 技术交流

欢迎大家加入 [区块链技术讨论群](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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
