cryptosu-hackathon / protocol

0 stars 0 forks source link

Check ERC1155 vs. ERC721 #4

Open s0lness opened 3 years ago

s0lness commented 3 years ago

Overview

ERC-721 is the NFT standard but ERC-1155 can manage fungible & non-fungible

Acceptance criteria

gunvantk commented 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.

s0lness commented 3 years ago

I'd go for 1155 just to be on the safe side. Thanks a lot for the investigation!