# 教程指引

这是在 Aptos 生态系统中开启开发者之旅的指南！

### Aptos 开发准备[​](https://aptos.dev/tutorials/getting-started#prepare-for-aptos-development) <a href="#prepare-for-aptos-development" id="prepare-for-aptos-development"></a>

Aptos-core 可以在 [GitHub](https://github.com/aptos-labs/aptos-core) 上获得：

```shell
git clone https://github.com/aptos-labs/aptos-core.git
cd aptos-core
./scripts/dev_setup.sh
source ~/.cargo/env
```

### 浏览教程[​](https://aptos.dev/tutorials/getting-started#explore-the-tutorials) <a href="#explore-the-tutorials" id="explore-the-tutorials"></a>

* [您的第一笔交易](/jiao-cheng/nin-de-di-yi-bi-jiao-yi.md)
* [您的第一个 Move 模块](/jiao-cheng/nin-de-di-yi-ge-move-mo-kuai.md)
* [运行本地测试网](/jiao-cheng/yun-xing-ben-di-wang-luo.md)
* [运行全节点](/jiao-cheng/kai-fa-wang-devnet/yun-xing-quan-jie-dian-guan-fang-jiao-cheng.md)

### 开发 Move 模块[​](https://aptos.dev/tutorials/getting-started#start-developing-move-modules) <a href="#start-developing-move-modules" id="start-developing-move-modules"></a>

* 阅读 Move Book
  * 中文版（由 [Starcoin](https://starcoin.org/) 团队翻译）：<https://move-book.com/cn/index.html>
  * 英文版：<https://move-book.com/>
* 了解更多关于 [interacting with the Aptos Blockchain](https://aptos.dev/transactions/interacting-with-the-aptos-blockchain)
* 开始在我们的公共 Devnet 或您自己的测试网上构建和发布您自己的模块

### Devnet 细节[​](https://aptos.dev/tutorials/getting-started#devnet-details) <a href="#devnet-details" id="devnet-details"></a>

* Faucet endpoint: [https://faucet.devnet.aptoslabs.com](https://faucet.devnet.aptoslabs.com/)
* REST interface endpoint: [https://fullnode.devnet.aptoslabs.com](https://fullnode.devnet.aptoslabs.com/)
* [Genesis](https://devnet.aptoslabs.com/genesis.blob)
* [Waypoint](https://devnet.aptoslabs.com/waypoint.txt)
* [ChainID](https://devnet.aptoslabs.com/chainid.txt)


---

# 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://wiki.aptos.movemove.org/jiao-cheng/jiao-cheng-zhi-yin.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.
