> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/blockchain_guide/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/blockchain_guide/09_fabric_deploy/summary.md).

# 本章小结

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

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

***

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