# Tutorial

This section covers how to create dApps, create and verify ERC-20 tokens, create and verify ERC-721 tokens, burn tokens, and install End Node for beginners who are new to blockchain.

{% hint style="danger" %}
**Caution**

Once deployed contracts cannot be modified or deleted. \
Please write and deploy the necessary information in the code.
{% endhint %}

{% hint style="info" %}
All examples are based on WEMIX3.0 Testnet.
{% endhint %}

* [Create a Wallet](https://docs.wemix.com/en/tutorial/create-a-wallet)
* [Receive Test Coin](https://docs.wemix.com/en/tutorial/receive-test-coin)
* [ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token)
  * [Write ERC-20 Token Contract](https://docs.wemix.com/en/tutorial/erc-20-token/write-erc-20-contract)
  * [Check ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/check-erc-20-token)
  * [Send ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/send-erc-20-token)
  * [Check ERC-20 Token API](https://docs.wemix.com/en/tutorial/erc-20-token/check-erc-20-token-api)
  * [Burn ERC-20 Token](https://docs.wemix.com/en/tutorial/erc-20-token/burn-erc-20-token)
* [ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token)
  * [Write ERC-721 Token Contract](https://docs.wemix.com/en/tutorial/erc-721-token/write-erc-721-contract)
  * [Minting ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token/minting-erc-721-token)
  * [Check ERC-721 Token API](https://docs.wemix.com/en/tutorial/erc-721-token/check-erc-721-token-api)
  * [Burn ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token/burn-erc-721-token)
* [Use Fee Delegation](https://docs.wemix.com/en/tutorial/use-fee-delegation)
