Open s0lness opened 3 years ago
Polygon does supports ERC 721 and ERC 1155
ERC 1155 Advantages over ERC 721
If our project doesn't have more than one fungible token, we can go with ERC721 and ERC20 for simplification but 1155 seems solid choice.
I'd go for 1155 just to be on the safe side. Thanks a lot for the investigation!
Overview
ERC-721 is the NFT standard but ERC-1155 can manage fungible & non-fungible
Acceptance criteria