ProjectOpenSea / opensea-erc1155

Example semi-fungible collectible, to demonstrate OpenSea integration for an ERC-1155 contract
https://docs.opensea.io
MIT License
605 stars 284 forks source link

What actually is the real difference between "create" and "mint"-functions? #57

Open MrsBookik opened 3 years ago

MrsBookik commented 3 years ago

I wonder what the final reason is to distinguish between create and mint?

In both cases a NFT gets minted, right? But in create a creator will be stored, while in mint not.

I also could not find any relation to the official ERC1155-drafts nor any relation to the Implementation of OpenZeppelin.

Is this required for the integration into OpenSea to get listed or what is the reason?