> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/ko/tutorial.md).

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