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

Questions with tag library

Questions with tag library

Tags
Sorting
Results
per page
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
It's often suggested to use TypeScript for developing on TON. Tutorials for using libraries such as ton from npm are full of TS examples. What if I'm willing...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I know there is an unofficial Python library "TON Fragment". Are there any other libraries or an official API to interact with fragment.com programmatically?...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
There are numerous libraries for working with TON, but they are mostly for JavaScript / TypeScript. Is it possible to interact with TON using Go language? --...
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K Views
There are numerous libraries for interacting with the TON blockchain, so it might be hard for a new developer to choose. Of course, what is the "best" is a h...
9 months ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
The pytonlib package supports Intel chips on Mac, Linux, and Windows. Does it support AMD? --- > This question was imported from Telegram Chat: https://t.me/...
9 months ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
I mostly work with Java, so it would be convenient for me to develop on TON using that language. Are there any Java libraries to work with TON? --- > This qu...
10 months ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
I'm trying to get my head around TON Python libraries. But I don't get how can I send 1 TON coin from a wallet A to wallet B using code. How can I do it?
11 months ago