# 本章小结

本章介绍了 Fabric 链码开发的核心知识，包括链码的基本结构与 API、典型的智能合约应用案例（如数字货币发行与转账、资产交易、物流溯源等），以及外部链码机制和开发最佳实践。通过这些内容，读者应能够设计和实现满足实际业务需求的区块链应用。

***

> 📝 **发现错误或有改进建议？** 欢迎提交 [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/11_app_dev/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.
