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


---

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