NFT Collectibles ERC-1155 Wrapper API Workflow
In this scenario, non-fungible tokens (NFTs) represent works of art for sale in a marketplace.
The NFT collectibles scenario supports minting, selling, and reselling artworks represented by NFTs. Curators mint NFTs and list them for sale. The ERC-1155 version of this scenario adds support for fractional ownership, royalty distribution, and token burning. Multiple token IDs and quantities can be managed by a single contract, which enables batch minting and burning operations.
The following diagram shows a typical process flow when using the sample NFT collectibles ERC-1155 wrapper APIs.
