Skip to content

ARC-40: Metadata Standards and Validation Workflows for Mutable Asset Sets #280

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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update arc-0040.md
  • Loading branch information
dolphinkitty authored Feb 20, 2024
commit 7e21c446e15ec39999f27f9493a4061e9ef668cb
11 changes: 4 additions & 7 deletions ARCs/arc-0040.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,9 @@ Validation conditions for verified NFT Collections:
- Asset Set metadata JSON **MUST** include the Contributor Asset ID
- Contributor Address **MUST** hold the Contributor Asset

THIS SECTION NEEDS TO BE UPDATED
Validation conditions for unverified Asset Groups:
- Asset Set metadata JSON **MUST** include the parameter/value: `"asset_type" : "group"`
- Asset Set metadata JSON **MAY** include the Contributor Asset ID
- Contributor Address **MAY** hold the Contributor Asset
THIS SECTION NEEDS TO BE UPDATED
- No validation is required


## Rationale
Expand Down Expand Up @@ -311,9 +308,9 @@ Alternate names for "Asset Set" were considered:
By specifying a suffix to be appended to each Asset Type instance, the ASA can more obviously self identify its purpose.

Potential Asset Set instance naming options:**
- Asset Set name `set_name` [collection]
- Asset Set name `set_name` [group]
- Asset Set name `set_name` [set]
- Asset Set name [collection]
- Asset Set name [group]
- Asset Set name [set]

Potential Contributor Asset instance naming options:**
- Contributor Asset Name [contributor]
Expand Down