Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soliciting opinions on the MRC-721 standard proposal for NFT asset protocol in MetaID #1

Open
lgs18928191781 opened this issue May 21, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@lgs18928191781
Copy link
Contributor

lgs18928191781 commented May 21, 2024

Why propose the MRC-721 protocol in MetaID?

  • Under the MetaID protocol, any PIN can be an NFT. The introduction of MRC-721 aims to uniformly specify any NFT recorded in a designated album by the NFT creator.

What is NFT Collection?

A standard NFT Collection contains the following information

  • TotalSupply
  • Name
  • Intro
  • Cover
  • Website

The MRC-721 protocol stipulates that the Collection includes the following fields

{
“totalSupply”:"{Collection Minting Limit}",
“collectionName”:"{Collection Name}",
“intro”:"{Collection intro}",
“cover”:"{Collection Cover Image}",
“website”:"{Collection Official Website}",
“metaData”:"{Used for appending additional extra information,non-mandatory field}",
“items”:“{List of each NFT sub-item in the Collection}”
}

About Collection Item

Users do not need to declare the NFT serial number and validity. This part is handled by the indexer for sorting and validation.

Complete example of a Collection type declaration:

1716263320321

@lgs18928191781 lgs18928191781 added documentation Improvements or additions to documentation good first issue Good for newcomers labels May 21, 2024
@lgs18928191781 lgs18928191781 self-assigned this May 21, 2024
@lgs18928191781 lgs18928191781 changed the title Soliciting opinions on the MRC-721 standard proposal for NFT asset protocol under MetaID Soliciting opinions on the MRC-721 standard proposal for NFT asset protocol in MetaID May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant