Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Where do I put custom attributes in an NFT?

According to TIP-64, the NFT metadata attributes are as follows:

  1. uri
  2. name
  3. description
  4. image
  5. image_data

But what if I wanted to add additional custom attributes? Is there a standard for custom attributes?


This question was imported from Telegram Chat: https://t.me/tondev_eng/7766

  
  
Posted 11 months ago
Votes Newest

Answers


Refer to TIP-62 and the get_nft_content option which should return the "full" metadata:

https://github.com/ton-blockchain/TIPs/issues/62

  
  
Posted 11 months ago
Jeremy
384 × 5 Administrator
4K Views
1 Answer
11 months ago
11 months ago
Tags