> 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/en/tutorial.md).

# 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](/en/tutorial/create-a-wallet.md)
* [Receive Test Coin](/en/tutorial/receive-test-coin.md)
* [ERC-20 Token](/en/tutorial/erc-20-token.md)
  * [Write ERC-20 Token Contract](/en/tutorial/erc-20-token/write-erc-20-contract.md)
  * [Check ERC-20 Token](/en/tutorial/erc-20-token/check-erc-20-token.md)
  * [Send ERC-20 Token](/en/tutorial/erc-20-token/send-erc-20-token.md)
  * [Check ERC-20 Token API](/en/tutorial/erc-20-token/check-erc-20-token-api.md)
  * [Burn ERC-20 Token](/en/tutorial/erc-20-token/burn-erc-20-token.md)
* [ERC-721 Token](/en/tutorial/erc-721-token.md)
  * [Write ERC-721 Token Contract](/en/tutorial/erc-721-token/write-erc-721-contract.md)
  * [Minting ERC-721 Token](/en/tutorial/erc-721-token/minting-erc-721-token.md)
  * [Check ERC-721 Token API](/en/tutorial/erc-721-token/check-erc-721-token-api.md)
  * [Burn ERC-721 Token](/en/tutorial/erc-721-token/burn-erc-721-token.md)
* [Use Fee Delegation](/en/tutorial/use-fee-delegation.md)
