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
Are there examples of a random minter on TON?

Minting NFTs can be done in a randomized way. Are there random minters in the TON ecosystem with an open source code?


This question was imported from Telegram Chat: https://t.me/tondev/124536

  
  
Posted 10 months ago
Votes Newest

Answers


Good question. Essentially, you cannot do that if you're using another data source to store the metadata outside the TON Blockchain. This is because the metadata, which includes the content of each NFT, can be easily manipulated by the project team.

This repository (https://github.com/disintar/DTN/blob/main/notes/onchain-reveal.md) presents an alternative way to implement an on-chain method for revealing the NFT content, which is more transparent and fair.

You can also refer to the NFT item contract code for the username NFT on Fragment.com & the Telegram Team (https://github.com/TelegramMessenger/telemint/blob/main/func/nft-item.fc).

1
1
Posted 10 months ago
1K Views
1 Answer
10 months ago
10 months ago
Tags