# Wallet 생성하기

Tutorial 과정을 진행하기 위해서는 MetaMask 지갑이 필요합니다. \
(본 가이드 라인은 Chrome 브라우저 기준으로 작성되었습니다.)

{% hint style="info" %}
모든 예제는 WEMIX3.0 테스트넷을 기반으로 합니다.
{% endhint %}

## MetaMask로 지갑 생성하기

### 1 . 처음 MetaMask 지갑을 설치/생성하는 경우

{% content-ref url="/pages/TKU0SU1a9glHEWcI1dlD" %}
[Use MetaMask](/ko/quick-start/account/use-metamask.md)
{% endcontent-ref %}

### 2 . 이미 MetaMask 지갑이 설치/생성되어있는 경우

설치되어 있는 MetaMask Extensions를 실행해야 합니다. MetaMask Extensions이 설치되어 있지 않은 경우,[ 크롬 웹스토어](https://chrome.google.com/webstore/category/extensions?hl=ko)로 이동하여 MetaMask를 다운로드 받아 실행해야 합니다.

MetaMask가 설치되어져 있다면 오른쪽 상단의 Extensions tab에 보이게 됩니다. 아래의 그림에서 MetaMask를 누르면 MetaMask 시작화면으로 이동합니다.

<figure><img src="/files/4hePmgvoPdrQvWRl2Ntt" alt=""><figcaption><p>MetaMask Extension 설치</p></figcaption></figure>

기존에 MetaMask를 이용하여 지갑을 생성해본 사용자는 'Import Wallet'을 선택한 후, 백업해 둔 Secret Recovery Phrase를 이용하면 지갑을 복구할 수 있습니다.

MetaMask가 실행되면 아래 그림과 같이 네트워크를 이더리움에서 WEMIX3.0 테스트넷으로 변경하는 작업을 진행해 주시면 됩니다.

<figure><img src="/files/H90FxmCwDCrv2xqhY3CH" alt=""><figcaption><p>WEMIX_Testnet 연결</p></figcaption></figure>

혹시 WEMIX3.0 테스트넷 네트워크가 추가되어 있지 않는다면,  MetaMask의  'Settings'화면에서 'Networks'메뉴로 이동합니다. 그 후 'Add a Network'를 클릭하고 수동으로 네트워크를 추가합니다.

WEMIX3.0 테스트넷의 매개 변수는 다음과 같습니다.\
상세 내용은[ Use MetaMask](/ko/quick-start/account/use-metamask.md) 페이지로 이동하면 확인할 수 있습니다.

{% hint style="info" %}
**테스트넷**

Network Name: WEMIX\_Testnet&#x20;

New RPC URL: <https://api.test.wemix.com/>

ChainID: 1112

Symbol: TWEMIX

Block Explorer URL: <https://explorer.test.wemix.com/>
{% endhint %}

{% hint style="info" %}
**메인넷**

Network Name: WEMIX\_Mainnet&#x20;

New RPC URL: <https://api.wemix.com/>

ChainID: 1111

Symbol: WEMIX

Block Explorer URL: <https://explorer.wemix.com/>
{% endhint %}


---

# 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://docs.wemix.com/ko/tutorial/wallet.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.
