# 生态开发实用教程介绍

如果你不知道如何开始写自己的第一个 NFT 合约，强烈建议看一遍这个帖子: <https://forum.conflux.fun/t/conflux-2022-4-14-2-0-nft/8781>

这是一个在 Conflux 链上开发 NFT 相关应用的实用教程帖，提供了合约+后端+前端+NFT 完整工程范例，你可以从这个帖子中找到:

1. 两个可以直接使用的合约工程范例，包括 CRC20, 721 和 1155，可以都尝试一下，实际部署上链的版本**建议使用** NFT 2.0 的 [CRC721NatureAutoId](https://github.com/conflux-dao-toc/NFT2.0/blob/main/contracts/CRC721NatureAutoId.sol)；
2. 一些开发过程中常见问题的回答和开发注意事项，尤其是其中一些涉及到 conflux 开发规范的，请务必仔细阅读此贴置顶内容 - **NFT数字藏品合约开发的选择的常见问题；**
3. NFT 基础知识和交易平台 OpenSea 的介绍
4. 其他 Conflux 论坛技术贴的指路，如 [Conflux NFT 开发者指南](https://forum.conflux.fun/t/conflux-nft/9242)，这些内容对你全面了解 Conflux 生态所使用的技术栈会很有帮助
5. 各种开发工具的介绍，这里几乎包含了所有你可能会在 Web3 开发中用到的开发工具包，包括了对应不同操作系统的 IDE (VSCode, ConfluxStudio)、开发框架 (Conflux Truffle)、运行环境 (NodeJS)；
6. Dapp 开发基础教程: 部署智能合约，前后端调用合约。


---

# 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://conflux-technical-support.gitbook.io/conflux-nft-kai-fa-zhi-nan/step-3-bian-xie-nft-he-yue/sheng-tai-kai-fa-shi-yong-jiao-cheng-jie-shao.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.
