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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 263

Questions 263

Tags
Sorting
Results
per page
1 Votes
1 Answers
53 Views
1 Votes 1 Answers 53 Views
I have observed an interesting behavior in wallet clients. I attempted to create a wallet using TonHub, TonKeeper, and wallet.ton.org. TonHub and TonKeeper g...
3 days ago
0 Votes
1 Answers
83 Views
0 Votes 1 Answers 83 Views
Do any randomly generated 256 bits constitute a valid Ed25519 private key?" > This question was imported from Telegram Chat: https://t.me/tondev_eng/2728
0 Votes
1 Answers
105 Views
0 Votes 1 Answers 105 Views
Is subwallet_id the same as workchain_id in TON network? ---- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2696
4 days ago
0 Votes
1 Answers
120 Views
0 Votes 1 Answers 120 Views
What would be the best method to check if my address received a payment with a specific message? Is 'getTransactions' method okay? ---- This question was imp...
1 Votes
1 Answers
217 Views
1 Votes 1 Answers 217 Views
"Why is the data empty even though I deployed the jetton contract?" the contract is deployed correctly but data is empty https://github.com/toncenter/tonweb/...
0 Votes
1 Answers
188 Views
0 Votes 1 Answers 188 Views
Is there an upgradeable standard for TON contracts? For example, in Ethereum, you can deploy proxy-contracts and then upgrade them through OpenZeppelin's upg...
0 Votes
1 Answers
197 Views
0 Votes 1 Answers 197 Views
How can I transfer TON in PHP? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8808
0 Votes
1 Answers
221 Views
0 Votes 1 Answers 221 Views
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
0 Votes
1 Answers
108 Views
0 Votes 1 Answers 108 Views
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
0 Votes
1 Answers
257 Views
0 Votes 1 Answers 257 Views
Is there a way that you can access the TON payments system via a Telegram bot? Is there an API that goes along with it? --- > This question was imported from...
9 days ago
0 Votes
1 Answers
126 Views
0 Votes 1 Answers 126 Views
Since it's expensive to store data on-chain, NFT image files are usually stored off-chain. But some people still prefer to store NFT images (at least very sm...
nft
9 days ago
0 Votes
2 Answers
116 Views
0 Votes 2 Answers 116 Views
TON has the technical possibility for subscription-based payments, but I haven't seen it used in practice. Are there such services in TON ecosystem to look a...
9 days ago
0 Votes
1 Answers
190 Views
0 Votes 1 Answers 190 Views
When creating a wallet, it is automatically assigned a number that you can't choose. But some addresses can look prettier than others (like having letter seq...
0 Votes
1 Answers
113 Views
0 Votes 1 Answers 113 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
110 Views
0 Votes 1 Answers 110 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...
9 days ago
0 Votes
1 Answers
114 Views
0 Votes 1 Answers 114 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
73 Views
0 Votes 1 Answers 73 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
96 Views
0 Votes 1 Answers 96 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
94 Views
0 Votes 1 Answers 94 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...
12 days ago
0 Votes
1 Answers
112 Views
0 Votes 1 Answers 112 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...
13 days ago
0 Votes
1 Answers
96 Views
0 Votes 1 Answers 96 Views
Is it possible to delete an NFT on TON? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8950
13 days ago
0 Votes
1 Answers
86 Views
0 Votes 1 Answers 86 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
82 Views
0 Votes 1 Answers 82 Views
I've been playing around with toncli and smart-contract development, but I've been stuck on the toncli deploy command. I'm using a macbook with M1 chip, so I...
13 days ago
0 Votes
1 Answers
118 Views
0 Votes 1 Answers 118 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
96 Views
0 Votes 1 Answers 96 Views
Where can I find wallet v3r1 and v3r2 FunC code? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9027
14 days ago
0 Votes
1 Answers
95 Views
0 Votes 1 Answers 95 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
103 Views
0 Votes 2 Answers 103 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...
16 days ago
0 Votes
1 Answers
109 Views
0 Votes 1 Answers 109 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
103 Views
0 Votes 1 Answers 103 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
101 Views
0 Votes 1 Answers 101 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...
Show more results questions