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 561

Questions 561

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
If there are two numbers, like 1100 and 0011, what is the easiest way to "concatenate" them (not adding, but merging into a single number containing all the ...
one year ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
0 Votes
0 Answers
10K Views
0 Votes 0 Answers 10K Views
Hi there. In my app I allow deposit and withdraw some Jetton. I would like to implement withdrawal in such way that user compensate transaction fee (somethin...
0 Votes
2 Answers
8K Views
0 Votes
0 Answers
10K Views
0 Votes 0 Answers 10K Views
What makes TON a game changer in competition with numerous Layer 1 competitors is its synergy with Telegram. ? This is because it is tailored to . One of the...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
How can I run and launch a TON Site on windows server with IIS web server?
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
How do you install the FunC plugin in Sublime and Visual Studio? > This question was imported from Telegram Chat: https://t.me/tondev_eng/970 https://t.me/to...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
2 years ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Is there a dedicated chat group for validators? I'm looking because I want to discuss updates to MyTonCtrl. --- > This question was imported from Telegram Ch...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
This is not strictly a programming question, but it is related to the TON development ecosystem. If I am a lone developer interested in TON blockchain, how c...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K 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...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
2 years ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
There are different approaches to division: * using floating-point numbers (so 23 / 4 = 5.75) * mathematical rounding (23 / 4 = 6 since it's the closest inte...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
On other blockchains there are projects like Tenderly and Pagoda that help with tasks such as smart contract analytics. Are there any alternatives to them in...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Can anyone point me to docs on Fift and the Fift assembler? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9973
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Case 1: () recv_internal(int my_balance, int msg_value, cell in_msg_full, slice in_msg_body) impure { slice cs = in_msg_full.begin_parse(); int flags = cs~lo...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
On TON, everything is a cell, and a slice is a cell opened up for reading. But can a slice contain another slice inside? --- > This question was imported fro...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
Suppose I send an external message to some smart contract, and it reacts by sending several internal messages. These messages were generated "together" and w...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I get a type check error and I can't understand what line of my code causes it. How can I find out, is there some tool that could help with tracing? --- > Th...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I read in the TON Whitepaper that TON blockchain supports sharding. How does this mechanism work? How does it allow the network to scale to billions of trans...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Please, could you help me to understand why my TON node cant sync Load average[8]: 1.34, 1.26, 1.29 Network load average (Mbit/s): 9.44, 8.71, 48.85 Memory l...
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about J...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
18K Views
0 Votes 1 Answers 18K Views
Are there any minimum/recommended hardware requirements for developing on TON? And is there any "necessary" software like Xcode is for iOS development? Is it...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
TON Center (toncenter.com) is possibly the best-known service for making API requests, but lately it was not accessible when I needed it. What can be used in...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
i sent a transaction from my telegram wallet to an Exchange wallet but forgot to Comment, the transaction is not reflecting on the exchange wallet, is there ...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Please tell me how to transfer tokens without privatekey, I found only such examples in the documentation. const transaction = { validUntil: Math.floor(Date....
one year ago
0 Votes
2 Answers
16K Views
0 Votes 2 Answers 16K Views
I found a strange behavior in func bitwise operation. I don't understand why. slice slice0 = begin_cell().store_coins(123).end_cell().begin_parse(); int resu...
one year ago
Show more results questions