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
📄️ Get NFT Metadata
How to get NFT metadata from a L1 NFT
📄️ Get NFTs Owned by an Account
How to get the L2 NFTs owned by an account.
📄️ Get NFTs in Collection
How to get the L2 NFTs in a collection.
📄️ Get On-Chain NFT Data
How to get information about an on-chain NFT.