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

No equivalent of ERC1155 standard #246

Closed
yihuang opened this issue Mar 17, 2021 · 0 comments · Fixed by #247
Closed

No equivalent of ERC1155 standard #246

yihuang opened this issue Mar 17, 2021 · 0 comments · Fixed by #247

Comments

@yihuang
Copy link
Contributor

yihuang commented Mar 17, 2021

  • ERC1155 treats fungible and non-fungible tokens equally, non-fungible tokens just have one max supply.
  • Metadata and token enumerations can be handled off-chain, by indexing attributes in block results.
  • Approval is set to some operator for all tokens at once, no fine-granularity control over allowance.
    Implementation might assume approval for self automatically.
  • Mint/burn/transfer are mixed in one set of messages, otherwise, there'll be too many message types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant