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
Where is the TON Proxy documentation?

Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper?


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

1
1
Posted one year ago
Votes Newest

Answers


For users who are unfamiliar, TON Proxy is the "entrypoint" for conencting with the TON Network's sites. The website has some documentation here:

https://docs.ton.org/participate/web3/setting-proxy

Generally, the idea is to connect to one of the public entry TON Proxies:

in1.ton.org:8080
in2.ton.org:8080
in3.ton.org:8080

And then add a manual HTTP proxy to your browser/device with said proxy.

If you want to learn how to set up your own proxy, the documentation is here:

https://docs.ton.org/participate/web3/sites-and-proxy

Generally the idea is to set up the rldp-http-proxy build, which can be found in the TON GitHub's releases:

https://github.com/ton-blockchain/ton/releases/tag/v2023.04

  
  
Posted one year ago
Jeremy
384 × 5 Administrator
6K Views
1 Answer
one year ago
one year ago
Tags