# 说明

这些文档来源于我在aelf团队的离职交接文档，完成于2022年10月中旬-11月中旬，后续可能会偶然记起什么东西回来修改或补充。由于只是离职交接，因此我只详细写了我自己设计和实现的部分，和其他早于我离职的同事交接给我的模块。

在[aelf系统概述](/aelf-concepts.md)一文中基本完成了对aelf区块链系统各个模块的描述（也包含我没有参与的部分），更多的细节在其余模块的文档和合约文档中展开。

这些文档可以作为了解aelf系统架构的资料，也可以用于学习公链设计的参考。当然公链的设计方式非常多，aelf也前后参考了以太坊和eos.io的一部分设计。我也会不断学习，有时间的话，会回过头对一些设计做一些复盘，并补充在这些文档中。


---

# 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:

```
GET https://aelf.eanzhao.com/shuo-ming.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.
