# Tutorial

본 장에서는 블록체인을 처음 접하는 초심자들을 위해 dApp 생성, ERC-20 토큰 생성 및 확인, ERC-721 토큰 생성 및 확인, 토큰 소각, End Node 설치  방법에 대해 설명합니다.

{% hint style="danger" %}
**주의**

한번 배포된 컨트랙트는 수정 및 삭제가 불가능합니다.\
필요한 정보를 포함한 Code로 작성하여 배포해주세요.
{% endhint %}

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

* [Wallet 생성하기](/ko/tutorial/wallet.md)
* [Test Coin 받기](/ko/tutorial/test-coin.md)
* [ERC-20 Token](/ko/tutorial/erc-20-token.md)
  * [ERC-20 Token Contract 만들기](/ko/tutorial/erc-20-token/erc-20-contract.md)
  * [ERC-20 Token 확인하기](/ko/tutorial/erc-20-token/erc-20-token.md)
  * [ERC-20 Token 보내기](/ko/tutorial/erc-20-token/erc-20-token-1.md)
  * [ERC-20 Token API 조회하기](/ko/tutorial/erc-20-token/erc-20-token-api.md)
  * [ERC-20 Token 소각하기](/ko/tutorial/erc-20-token/erc-20-token-2.md)
* [ERC-721 Token](/ko/tutorial/erc-721-token.md)
  * [ERC-721 Token Contract 만들기](/ko/tutorial/erc-721-token/erc-721-contract.md)
  * [ERC-721 Token Minting하기](/ko/tutorial/erc-721-token/erc-721-minting.md)
  * [ERC-721 Token API 조회하기](/ko/tutorial/erc-721-token/erc-721-token-api.md)
  * [ERC-721 Token 소각하기](/ko/tutorial/erc-721-token/erc-721-token.md)
* [Fee Delegation 사용하기](/ko/tutorial/fee-delegation.md)


---

# 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.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.
