Native NFT and ERC721
The IOTA L1 can create NFTs, also called native NFTs. To use these NFTs on L2, you have
an ERC20 contract called ERC721NFTs
, which contains all L1 NFTs owned by the chain. The following guides will show you how to mint your own L1 NFT from L2 and use it with the ERC721NFTs
contract.
📄️ Introduction
How to handle native NFTs on L2 and use them as ERC721
📄️ Mint an NFT
How to mint L1 NFT
📄️ Use as ERC721
How to use a native NFT like an ERC721 NFT