> For the complete documentation index, see [llms.txt](https://wikicn.cryptofarms.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wikicn.cryptofarms.me/the-game/ce-shi-ban/gong-ce-ban/chuang-jian-testnet-qian-bao.md).

# 创建Testnet钱包

## 创建Testnet帐户（Sweden）

首先，你需要下载[Anchor Wallet](https://greymass.com/en/anchor/download/)，安装并创建密码。

之后，进入[Wax Sweden](https://waxsweden.org/testnet/)网站。

在网站底部创建testnet帐户。

![](/files/Mmb8aSfYVXlzhIh73AlT)

在你输入你的账户名称后，你会收到如下的文字。

```
{
   "msg":"succeeded",
   "keys":{
      "active_key":{
         "public":"EOS6X2hUmic6VyktA4yZ4hVjazLcBrLn5WuSXa4LZCTrtGzpfGqtA",
         "private":"5JGy*********************************************bMM6"
      },
      "owner_key":{
         "public":"EOS7U8TCQ6KfnaUhCqPSpFUr3D2uTS5duygvCCw9b1CTkjYqmNK25",
         "private":"5K13********************************************DNPR"
      }
   },
   "account":"testetestete"
```

### 在Anchor上创建帐户

单击此按钮添加testnet网络。

![](/files/TeP3xmqzLBEChlGf5u5M)

然后，单击“管理区块链”。

![](/files/wYVxxeSIEcSkUmVNAykT)

选择添加新的区块链的选项。

![](/files/h9H3bXLs82uyKgAQjSaQ)

已选择Wax(Testnet)进行操作。

![](/files/byhEbaxzSnINDAN0AZ4V)

然后单击。

![](/files/YaR0Xetv9aqIAw4XKG1Q)

要建立一个钱包，你需要导入一个现有的账户（就是你在Sweden典创建的账户）。

![](/files/LOi9z7IGRjXdPI0jXD62)

单击“导入私钥”。

![](/files/d4nU4f8RT0XNGEm8XhpA)

写下你在瑞典创建的Testnet私钥。

在我的例子中，我写下了我创建的这个。

> **私人有效密钥：**<mark style="color:blue;">5JGy\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*bMM6</mark>

![](/files/2uSqdlV3Ftj8r8KZHUeN)

Select your account and that's so.

![](/files/71qAmVZkwrB9LroKJ7o2)


---

# 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://wikicn.cryptofarms.me/the-game/ce-shi-ban/gong-ce-ban/chuang-jian-testnet-qian-bao.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.
