# 如何在您的手机钱包中查看您的 NFT

本教程介绍如何在您的 Mobile Metamask 钱包上查看现有的 NFT。

*完成本指南的预计时间：\~3 分钟*

恭喜！您已经完成了我们 NFT 教程系列中最短和最简单的部分：如何在您的虚拟钱包中查看您新铸造的 NFT。我们将在此示例中使用 Metamask，因为它是我们在前两部分中使用的。

作为先决条件，你应该已经在移动设备上安装了 Metamask，并且它应该包括你铸造 NFT 的帐户——你可以在[iOS](https://apps.apple.com/us/app/metamask-blockchain-wallet/id1438144202)或[Android](https://play.google.com/store/apps/details?id=io.metamask\&hl=en_US\&gl=US)上免费获得该应用程序。

### 第 1 步：将您的网络设置为 Ropsten

在应用程序的顶部，按“钱包”按钮，然后系统会提示您选择一个网络。由于我们的 NFT 是在 Ropsten 网络上铸造的，因此您需要选择 Ropsten 作为您的网络。

<figure><img src="/files/DmSt6QtpmbqOLmh7Ci77" alt=""><figcaption></figcaption></figure>

### 第 2 步：将您的收藏品添加到 Metamask

进入 Ropsten 网络后，选择右侧的“收藏品”选项卡并添加 NFT 智能合约地址和 NFT 的 ID——您应该能够根据NFT 铸造的交易哈希在 Etherscan 上找到它们在我们教程的第二部分。

<figure><img src="/files/XMmWtrsMqNQ2kPxN4CLg" alt=""><figcaption></figcaption></figure>

您可能需要刷新几次才能查看您的 NFT——但它会在那里！😄

<figure><img src="/files/Mppqbt6vH8U0S3458W1i" alt=""><figcaption></figcaption></figure>

恭喜！您现在可以在钱包中查看您的 NFT！我们迫不及待地想看看您将如何席卷 NFT 世界！ 🎨🪄🧙🤑🎊


---

# 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/viewing-your-nft-in-a-mobile-wallet.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.
