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

[feat] NFT attributes #345

Open
Anaglyph-ic opened this issue Oct 22, 2023 · 0 comments
Open

[feat] NFT attributes #345

Anaglyph-ic opened this issue Oct 22, 2023 · 0 comments

Comments

@Anaglyph-ic
Copy link
Contributor

Describe the problem

It is my understanding that NFTs in Tezos can have "attributes" metadata. This format is enforced by platforms such as objkt•com & fx(hash), so I suppose they are part of a tezos NFT standard.

These attributes are key - value fields that let the user add metadata to their piece. For non-generative pieces, those can be entered in the minting form of the platform.

This would be useful to me as for now I pass these metadata as URI-encoded tags, which isn't the purpose of tags.

Describe the solution you'd like

Add an "attributes" section in the teia minting form that respects the format already enforced by other actors of the field.

Alternatives considered

I'm currently using tags that I write as URIs. The main issue is that it clutters the NFT database search engines, and is also causing front-end issues (these tags are usually displayed on front-end, and the fact that I URI-encode them makes them very long strings).

Additional context

No response

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

1 participant