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 208

Questions 208

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
So, is there no way to speed up the rate of confirmations? Are you saying that the exchanges are simply asking for too high a number? Also, is there any way ...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hello, regarding the API documentation, how can I create a new address? I didn't see any examples for address creation and sending transactions. Could you pl...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Can you provide information on the cost of storing data in the TVM TON Blockchain at the current moment? Specifically, how much does it cost to store data us...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
There is a bot that gives away testnet coins to anyone who asks, but only 2 coins per hour. What to do if I need more than that for testing purposes? --- > T...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
While building a dApp some questions arise such as "where to store static files for UI" and "where and how to cache data for the app to be responsive". Is th...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
What is the inflation rate for TON? I am also interested in inflation. As far as I know, it is 0.6%. Is it calculated from the total circulating supply (more...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
How do I send jettons with TonWeb? Is there any other way to do it programmatically? --- > This question was imported from Telegram Chat: https://t.me/tondev...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Is it possible to delete an NFT on TON? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8950
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Is it possible to dump values while developing using toncli? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9234
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I've been trying to create a simple wallet smart contract by myself to learn FunC, but my transactions keep failing with exit code 34. What am I doing wrong?...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Where can I find wallet v3r1 and v3r2 FunC code? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9027
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I was looking at some information on the network as a validator, and came across the ADNL address information. What is it, and is it supposed to be private d...
0 Votes
2 Answers
11K Views
0 Votes 2 Answers 11K Views
How do we save an ordinary string in FunC? For example, how do you store the text "A" without making it a slice? --- > This question was imported from Telegr...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
What's the best way to debug unexpected test failures? Does FunC have a print function? My test failed on first check: throw_if(100, exit_code != 0); but how...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
What are compute_gas_fees and other_fee? They consume much more coins than gas fee. Is there a way to lower them? --- > Question imported from Telegram Chat:...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Are there any tips how to install/configure the smart contract development environment on an Apple M1 device? I'm having an issue with CMake here: CMake Erro...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
It is known that TON is designed for scalability and can potentially withstand mass adoption in the future. But since it has not reached its full potential y...
0 Votes
2 Answers
12K Views
0 Votes 2 Answers 12K Views
As far as I understand, code in FunC language compiles to Fift, and then from Fift code the resulting bag of cells is generated. Could I make my code more co...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K 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? --...
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Are there functions for working with dates in FunC? Is it possible to get the current date or something like that? --- > This question was imported from Tele...
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
How can I actually register a ton domain? And how to participate in a public auction? > This question was imported from Telegram Chat: > https://t.me/tondev_...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
People who own NFTs can keep them in their wallets such as Tonkeeper. But can non-wallet smart contracts be listed as the NFT owners too? Are there any limit...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
I come from the Ethereum ecosystem, where time is measured in epochs. Is there a thing like epochs in the TON ecosystem? --- > This question was imported fro...
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Is there a built-in square root function in the language? And if not, maybe there is a popular library with the optimal implementation? --- > This question w...
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Suppose I need to store 50 000 objects and have the ability to sort them (e.g., find an object with the minimal value of some parameter). Is it possible and ...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
What is the purpose of the Election contract on the TON blockchain, and why does it have a balance greater than the total stake of all validators combined? >...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Can anyone explain how to get the result of transaction after sending it? The TonSDK send transaction method is returning .boc. Also, how can I get the statu...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Is there a way that I can use .ton as a domain name? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9399
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Many TON tutorials and whitepapers mention Linux/macOS-specific things like /usr/lib/fift path, terminal commands and so on. Can I develop smart contract on ...
Show more results questions