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
Back to post

Revisions 2

one year ago
What is the approach to adopt for supporting dApp to dApp calls/communications?
Approach to adopt when coming from chain supporting dApp to dApp calls/communications?
Hello, I'm considering to move my projects from another blockchain to TON but I still don't understand how to handle the asynchronous part. One of my projects is a NFT marketplace with 4 dApps: artists, primary market, secondary market, and gateway. Each dApp depends on data query to each other and some do dApp to dApp calls that changes states on each side. With TON being non-atomic, without dApp to dApp calls (since they would be asynchronous), I struggle to understand how developers tackle this? Does it mean the best approach is to gather all dApps in one? Are there other options I can study?
Hello, I'm considering to move my projects from another blockchain to TON but i still don't understand how to handle the asynchrone part. One of my project is a NFT marketplace with 4 dApps, artsits, primary market, secondary market and gateway. Each dApps depends on data query to each others and some do dApp to dApp calls that changes states on each side. With TON being non atomic, without dApp to dApp calls since they would be asynchrone, i struggle to understand how developpers tackle this? Does it mean the best approach is to gather all dApps in one? Is there some other options i can study?
#dapps #nft #func
#dapps #nft #func
one year ago
Original
Approach to adopt when coming from chain supporting dApp to dApp calls/communications?

Hello, I'm considering to move my projects from another blockchain to TON but i still don't understand how to handle the asynchrone part. One of my project is a NFT marketplace with 4 dApps, artsits, primary market, secondary market and gateway. Each dApps depends on data query to each others and some do dApp to dApp calls that changes states on each side. With TON being non atomic, without dApp to dApp calls since they would be asynchrone, i struggle to understand how developpers tackle this? Does it mean the best approach is to gather all dApps in one? Is there some other options i can study?
#dapps #nft #func