A blockchain-based game developer needs to create multiple in-game assets. Some assets are unique, like a legendary sword (NFT), while others are stackable, like health potions (fungible tokens). Which token standard is most suitable for this scenario and why?
-
A
ERC-721, because it is the most established standard for all types of game assets.
-
B
ERC-1155, because it supports both fungible and non-fungible tokens within a single smart contract.
-
C
ERC-721, because it allows for more detailed metadata for each unique item.
-
D
ERC-1155, because it is exclusively designed for fungible tokens, which are more common in games.