# ERC-721 Token

This section covers how to use ERC-721 Token easily.

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

### ERC-721 Token

Ethereum Request for Comment (ERC) refers to the standard for tokens issued in the Ethereum blockchain network (referring to Token, a digital asset that is subordinated while complying with the basic conventions within the main blockchain).

ERC-721 is an NFT standard on Ethereum with irreplaceable features.\
Please refer to the official [ERC-721 documentation](https://eips.ethereum.org/EIPS/eip-721) for more information.

The rest of this section consists of:

1. [Write ERC-721 Contract](https://docs.wemix.com/en/tutorial/erc-721-token/write-erc-721-contract)
2. [Minting ERC-721](https://docs.wemix.com/en/tutorial/erc-721-token/minting-erc-721-token)
3. [Check ERC-721 Token API](https://docs.wemix.com/en/tutorial/erc-721-token/check-erc-721-token-api)
4. [Burn ERC-721 Token](https://docs.wemix.com/en/tutorial/erc-721-token/burn-erc-721-token)
