# 本章小结

本章详细讲解了 Fabric 网络生成和启动的主要步骤，包括如何本地编译、安装并进行各种组件的配置，以及如何启动 Fabric 网络。同时，还介绍了如何对通道进行操作并让 Peer 加入到通道。生产环境中推荐通过容器方式来启动和管理网络。

通过本章内容的学习和实践，相信读者可以掌握部署 Fabric 网络的步骤，同时也对 Fabric 网络的主要功能特别是通道有了初步了解。后续章节将介绍更多的网络操作，包括智能合约和网络管理等。

***

> 📝 **发现错误或有改进建议？** 欢迎提交 [Issue](https://github.com/yeasy/blockchain_guide/issues) 或 [PR](https://github.com/yeasy/blockchain_guide/pulls)。


---

# 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/blockchain_guide/09_fabric_deploy/summary.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.
