> For the complete documentation index, see [llms.txt](https://docs.starblock.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starblock.io/main/zh/tutorials/edge-metamask.md).

# Edge浏览器安装MetaMask教程

1.打开Edge市场，搜索MetaMask，点击【获取】

![图片](/files/mVmCcAvF0SHT7ldOvOMG)

2.弹出弹窗，点击【添加扩展】，等待下载

![图片](/files/tENlLYF6ikIPRaCBjmPj)

3.下载完成后，点击【开始使用】

![图片](/files/Xn2UxyuQyezlobq0gzTf)

4\.

(1).导入钱包：如果您之前有过钱包，点击进去输入助记词进行钱包导入

(2).创建钱包：新用户点击【创建钱包】

![图片](/files/Lqu0AgxOiB0MFIWUzSVs)

5.点击【创建钱包】，点击下一步【我同意】

![图片](/files/YD0MyOMpcWMBzbIKwBY6)

6.用户创建密码

![图片](/files/spAXQmL5jmfedluvGaA1)

![图片](/files/1FMysgnVRuuAaMm8YIq0)

点击下一步

![图片](/files/fN8Wd0oAu7Rtaq7mdDyg)

7.点击此处的密语，展示你的唯一私钥

![图片](/files/XX9D0VekgzbmAayQbaJj)

记住你的私钥后，点击下一步

![图片](/files/80YMpvbiq7FurBfQFQhA)

8.验证私钥：按照单词顺序来选择单词，点击确认

![图片](/files/pqG9kNeVJ3lVSQ8WrT8Z)

![图片](/files/TfHRNNeFQHM90IEAeSPC)

完成以上步骤，恭喜您成功创建钱包，点击【全部完成】进入钱包主页

![图片](/files/gzCdt11rQgtpsOFqZgtF)

![图片](/files/OmpFqQHcl6foP4YPZ6fZ)

9.连接钱包到StarBlock

点击【Connect Wallet】，弹出连接，点击下一步

![图片](/files/dp3Gng4adEl0pCumYpDn)

弹出签名，点击【签名】

![图片](/files/h7AODpIQPr7qPoqq4awD)

连接成功

![图片](/files/GElSqsMLGUOZfoHNotDD)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.starblock.io/main/zh/tutorials/edge-metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
