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

[AIP-72][Discussion] Minting Standard for Digital Assets #370

Open
jillxuu opened this issue Mar 12, 2024 · 1 comment
Open

[AIP-72][Discussion] Minting Standard for Digital Assets #370

jillxuu opened this issue Mar 12, 2024 · 1 comment

Comments

@jillxuu
Copy link

jillxuu commented Mar 12, 2024

AIP Discussion

This AIP introduces the development of a non-framework minting standard for digital assets.

Motivation

This AIP focuses on introducing a non-framework standard for creating collections and tokens. Currently there is a simplistic, non-extensible no-code token solution aptos_token. This provides the basic use case of creating tokens and collections, but no customizations of how this is done, such as whitelists, coin payments with dynamic types. Several highlights of this AIP are:

  1. Use objects to create collections and manage mints.
  2. Generic standard which makes it amenable easily being indexed.
  3. Take a modular approach where each module, including the mint functions, are completely standalone and can be used in conjunction with each other in the custom module.

Read more about it here: https://github.com/aptos-foundation/AIPs/blob/main/aips/aip-72.md

@thepomeranian thepomeranian changed the title [AIP-X][Discussion] Minting Standard for Digital Assets [AIP-72][Discussion] Minting Standard for Digital Assets Mar 12, 2024
@rutraff
Copy link

rutraff commented Mar 13, 2024

nh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants