-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
enhancementNew feature or requestNew feature or requestmodules/nftChanges, features and bugs related to the nft module.Changes, features and bugs related to the nft module.
Description
Summary
There are some differences between NFT and ERC721, now let them converge. Here are some rough ideas:
- Add
Approvefunction, NFT can be transferred from the owner or the approved address. Denomaddsupdate_restrictedfield, the owner can edit the NFT only when theupdate_restrictedis true.DenomaddsSymbolfield which is equivalent toERC721Metadata.symbol().- Only the
Denomcreator can mint NFT, or it can be optional. Addmint_restrictedfor it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmodules/nftChanges, features and bugs related to the nft module.Changes, features and bugs related to the nft module.