What is NFTs
NFTs non Fungible Tokens
How do NFTs Work
Applications
Art Market NFTs
Games
Virtual worlds NFTs
Music NFT
Cinema NFTs
Other Uses
NFT Standards
ERC-721 standard
ERC-721 was the first standard to represent non-fungible digital assets. It is a smart contract standard inheritable from Solidity, which means that developers can easily create new ERC-721 compliant contracts by importing them from the OpenZeppelin library.
ERC-1155 standard
ERC-1155 brings the idea of semi-fungibility to the TNF world, as well as providing a superset of ERC-721 functionality, meaning an ERC-721 asset could be built using ERC-1155.