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
What does TonKeeper signing represent? Can we say it is an 'authority' that can ensure the sender is the owner of the wallet address? And is it not a requirement on-chain?

What does TonKeeper signing represent? Can we say it's an "authority" that can ensure that the sender is the owner of the wallet address?

  • Is "Signing Log-in" a way to prove that you are the wallet owner without posting a transaction on the chain, is that correct?

  • Since the structure of wallet signing in TVM is safer than in EVM, as it is done on the browser level, funds in the wallet cannot be moved in any case. Is that correct?

  
  
Posted one year ago
Edited one year ago
Votes Newest

Answers


TonKeeper signing represents a way to sign transactions on the TON blockchain using the TonKeeper wallet app. It is a method to ensure that the sender of the transaction is the owner of the wallet address by requiring a valid signature from the wallet. The TonKeeper app generates a private key that is securely stored on the device and is used to sign transactions.

"Signing Log-in" is a way to log in to the TonKeeper app without entering a password. It uses the biometric authentication feature of the device to verify the user's identity and log them in.

**The structure of wallet signing in TVM is generally considered safer than in EVM because it is done on the browser level and the private key is stored securely on the user's device, rather than on a third-party server. **

However, it is still important to take appropriate security measures, such as using strong passwords and keeping devices secure, to prevent unauthorized access to wallets and potential loss of funds.

  
  
Posted one year ago