# 如何创建DApp List

1.构建DApp List数据,如下\
\
{\
&#x20; "protocol": "TIP-001",\
&#x20; "name": "NFT List",\
&#x20; "logo\_uri": "https:<https://raw.githubusercontent.com/compound-finance/token-list/master/assets/compound-interface.svg>",\
&#x20; "timestamp": "2021-05-27T20:37:00.000+00:00",\
&#x20; "version": 1,\
&#x20; "dapp\_list": \[]\
}\
在dapp\_list内传入DApp List数据。\
\
2.将Json数据上传保存为url链接，如示例\
\
3.在钱包上找到添加DApp List入口，将链接复制粘贴即可。


---

# 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://help.tokenpocket.pro/cn/wallet-operation/about-dapp/how-to-create-dapp-list.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.
