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
18K Views
0 Votes 1 Answers 18K Views
It looks like Message X is almost the same as MessageAny. What is the difference? --- > This question was imported from Telegram Chat: https://t.me/tondev_en...
2 years ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I am using the TON API to fetch transaction data, and I have noticed some discrepancies when using the /getTransactions, /lookupBlock, and /getBlockTransacti...
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I would like to see an example of how to compose the body of a transaction for transferring Jettons. Is there such an example somewhere? --- > This question ...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
What is the right way to concatenate strings? I've tried this but didn't succeed: .store_slice("start test " + VAR1 + " finish text") --- > This question was...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
In whitepaper, 2.1.1. Account addresses. we got description in below: The source address and destination address are always present in any message. Normally,...
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin t...
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
Hi all, have a question. I have a new Tonkeeper address, and I've sent to it 25 ton. Nothing arrived, so i checked it out on tonscan.org, and well, when i in...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I've tried asking ChatGPT about development on TON. It kept referring to a project called FreeTON, but I couldn't find more info on that. Are those answers r...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
As far as I understand, on TON blockchain there is a globally set gas limit, and its value usually stays the same, but hypothetically it could be changed. If...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
TON whitepapers present "Infinite Sharding Paradigm", but I couldn't quite figure it out by reading the whitepapers. Is there another explanation avaliable s...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
2 years ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
I created a wallet programmatically by following this article. I just copied the code and executed it. Created a wallet and created 2 transactions (incoming ...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
As far as I understand, NFTs in TON are just smart contracts that implement a specific interface. Suppose I create a wallet, an explorer or some other produc...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I would like to put some utility functions into different files and call them from the main contract file. How can I do that? --- > This question was importe...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
If I want to take a block of transactions from TON blockchain and sort all of them in the order of execution, how should I do it? --- > This question was imp...
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K 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
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...
2 years ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I'm using an example from the tutorial (https://ton-community.github.io/tutorials/01-wallet /) based on the npm ton library and solve a problem where I have ...
2 years ago
0 Votes
2 Answers
22K Views
0 Votes 2 Answers 22K Views
I can't find one in the official extension store, is someone working/getting to work on one?
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I know theoretically that a smart contract can deploy another smart contract. But is there an public example of it to learn from? --- > This question was imp...
0 Votes
0 Answers
19K Views
0 Votes 0 Answers 19K Views
What if I develop a smart contract on TON but don't want the data included in the initState to be seen by others? Does it mean I need to use encryption? --- ...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
TON documentation provides all the necessary information for running TON Sites. But since there are not many of them for now, it would be good too see some a...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Suppose I'm deploying an NFT collection consisting of 1000 items. I would like to know the minting cost in advance. How can I calculate it? --- > This questi...
2 years ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Programming languages often use 0 for "false" and -1 for "true". It works that way in FunC, too. But what about all the other numbers? Do they have a boolean...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
When you implement flow control in your program and you have a loop, sometimes you need to let the execution path out of that loop while its condition is not...
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
The main source of knowledge about Fift language is the whitepaper, available at https://ton.org/fiftbase.pdf. It is useful, but are there other articles, vi...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
How to send bounceable transfer of native TON? According to the documentation: * https://docs.ton.org/develop/smart-contracts/tutorials/wallet * https://docs...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Is it possible to delete an NFT on TON? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8950
2 years ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K 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
Show more results questions