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
Can we use QR code to log-in (like in Metamask)?

Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code log in as a second option in case a user wants to log in with a mobile wallet.


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

Votes Newest

Answers


Yes, you can use many SDK/open source project shared with related way to acheive that.

  • https://github.com/ton-foundation/ton-x
    This lib can give you a connect via qr code option support with tonhub mobile wallet

  • More recently, TON community just launched the TON Connect 2.0, you can connect more better UX and working with the real-time performance of it.

Nonetheless, you can find the example with github online page to try out. here is the example demo link and repo:

https://github.com/ton-connect/demo-dapp-with-react-ui
https://ton-connect.github.io/demo-dapp-with-react-ui/

1
1
Posted one year ago
Edited one year ago
4K Views
1 Answer
one year ago
11 months ago
Tags