# 教程指引

这是在 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>

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

### 开发 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)
