> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/tesutonetto/tesutonettoworettototada.md).

# テストネットウォレットとtADA

Cardanoの本番前の環境テストネットは、テストネットとメインネットの切り替えをサポートするどのウォレットでも使用できます。このドキュメントではNamiを使用します。

{% embed url="<https://namiwallet.io/>" %}
Nami Wallet
{% endembed %}

### ウォレットソフトウェアをダウンロード<br>

<https://namiwallet.io/> にアクセスしてブラウザ拡張機能をダウンロードし、新しいウォレットを作成するか、管理しているウォレットをインポートします。

次に「アカウントボタン」をクリックして設定に進みます。<br>

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

次のタブでネットワーク設定に進みます。

<figure><img src="/files/2fZXeplK4QTnDkzE09vt" alt=""><figcaption></figcaption></figure>

ドロップダウンで本番前の環境を選択し、メインネットから本番前の環境テストネットに切り替えます。

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

Namiウォレットの左下に本番前の環境の通知画面が表示されます。

<figure><img src="/files/0PDLF24fJjXhHyKo02EA" alt=""><figcaption></figcaption></figure>

#### TADAを申請する

Cardano [Testnet Faucet](https://docs.cardano.org/cardano-testnet/tools/faucet/)にアクセスし、tADAを請求する。

これを行うには、環境のドロップダウンで「本番前の環境テストネット」を選択し、アクションのドロップダウンで「テストADAを受け取る」を選択してください。

あなたのテストネットのウォレットアドレスをアドレスフィールドに入力し、あなたがロボットでないことをキャプチャで確認し、「 資金リクエスト」をクリックしてください。(APIキーフィールドは無視できます）

<figure><img src="/files/5JF3vGCl4ZB92DIQ4Vck" alt=""><figcaption></figcaption></figure>

これであなたのウォレットに資金が入金され、テストを開始することができます。


---

# 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.nmkr.io/jp/nmkr-studio/tesutonetto/tesutonettoworettototada.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.
