# 其他资源

恭喜你建立了你的第一个 NFT 项目！你觉得这首歌怎么样？&#x20;

还有更多资源可以指导您了解有关 NFT 智能合约开发的更多信息。特别是，我们建议检查以下工具：&#x20;

* [**OpenZeppelin Contract Wizard：**](https://docs.openzeppelin.com/) 一个非常强大的工具，允许您在几秒钟内从头开始启动功能性、安全的 NFT 框架。
* [**创建您的第一个智能合约：** ](https://www.web3.university/tracks/create-smart-contract)Web3 大学上的一个轨道，向您介绍 Solidity 智能合约开发的基础知识。
* [**A Guide to Designing Effective NFT Launches：**](https://www.web3.university/article/a-guide-to-designing-effective-nft-launches) 各种以太坊编码挑战围绕尽快实施小型编码项目展开。

感谢阅读，我们很乐意看到您正在开发的任何 NFT 项目：在Web3 大学 Discord 中留下您可能对我们提出的任何反馈或进展！


---

# 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://docs.chengwf.com/build-your-first-nft/additional-resources.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.
