# Harmonyテストネットのはじめ方

{% hint style="info" %}
このセクションでは、Harmonyテストネット上でWeb3ウォレットを接続し使用する方法を学びます。
{% endhint %}

## Web3ウォレットをHarmonyテストネットに接続する

{% hint style="info" %}
Web3ウォレットとして[Metamask（英語のみ）](https://metamask.io)を使用することをお勧めします。
{% endhint %}

* ウォレットにログインする
* [https://chainlist.org/（英語のみ）](https://chainlist.org/) サイトにアクセスする
* 検索ボックスで「**harmony testnet shard 0**」と入力
* 右上の**connect your wallet**ボタンをクリック
* **add to Metamask** ボタンをクリック

{% hint style="info" %}
Metamaskが正常に接続されている場合、キツネのアイコンが表示されます。
{% endhint %}

![chainlist.orgを使ってMetamaskにチェーンを追加](/files/scjjglAqMWwAE0xFT2u4)

## **Harmonyテストネット**にtest-ONEを入金する

### test-ONEとは

test-ONEトークン（ONE）は、Rinkebyでtest-ETHが使われているのと同様に、Harmonyテストネットで取引手数料の支払い、ひいてはDAOのデプロイに使われるトークンです。

> 重要：test-ONEのシンボルは、Harmonyメインネットと同じ「ONE」であることに注意してください。

### test-ONEの入手方法

* [https://explorer.harmony.one/（英語のみ）](https://explorer.harmony.one/)にアクセス
* Metamaskからアカウントアドレスをコピーし、検索バーにペースト
* one1で始まるアドレスが出力される
* そのアドレスを[https://faucet.pops.one/（英語のみ）](https://faucet.pops.one/)にコピペ
* 数秒以内に、DAO をデプロイするための1000 test-ONE を受け取るはずです

![](https://d33v4339jhl8k0.cloudfront.net/docs/assets/5c98a4fe0428633d2cf3fcf7/images/61db0984d268f00e10386d30/file-k4lsn7c6rW.png)


---

# 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://legacy-docs.aragon.org/japanese-aragon-user-documentation/products/set-up-metamask/getting-started-with-harmony-testnet.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.
