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 oracles and API services are available for the TON network?

Are there any oracle services such as ChainLink or data aggregators such as The Graph that support the TON network?

  
  

dton.io is good

Howard   one year ago Report
Votes Newest

Answers 2


I asked a similar question on the tg group -

The following should work as a chainlink equivalent, since they allow you to run offline computations-
https://docs.orbs.network/v3/orbs-lambda/step-by-step-overview


for fetching data, you can use those API /RPC methods.

But on the other hand, I will like to recoomend using:
https://testnet.dton.io/
https://dton.io/

1
1
Posted one year ago
17K Views
2 Answers
one year ago
one year ago
Tags