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
How do I send TON jettons en masse?

We are developing a Web3 game project. Every day, tens of thousands of users should receive game tokens for activity in the game. At the moment, the project is implemented on the Solana blockchain and we pay 0.000005 SOL for each issuance of tokens to the user. We implemented the same functionality on the TON blockchain and regretted the fact that each transaction of Tokens to a user costs 0.04-0.06 TON. With such price it's impossible to launch the project on TON blockchain. Tell me, please, are we wrong, or is the transaction of tokens in the TON network really 100 times more expensive than the Solana network?

  
  
Posted one year ago
Edited one year ago
Votes Newest

Answers 2


Consider using another solution like PaymentChannels:
https://github.com/ton-blockchain/payment-channels

This way you can move the costly operation off-chain, and you can open the channel once for each user.

1
1
Posted one year ago

I advise you to reask this question in developer's chat in Telegram: https://t.me/tondev_eng

  
  
Posted one year ago
19K Views
2 Answers
one year ago
one year ago
Tags