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
0 Answers
18K Views
0 Votes 0 Answers 18K Views
It is probably a silly question, but it is confusing for a newcomer. What is the difference between msg and msg_body, aside from the type difference? --- > T...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Can I calculate the exact fee for a certain transaction? How to do it? --- > This question was imported from Telegram Chat: https://t.me/tondev/122981
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Jettons on TON usually have decimal precision value of 9, meaning the smallest amount of a Jetton is 0.000000001 of a coin. I know it's not the only possible...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Is there is some way to remove unused smart-contract from TestNet/MainNet to reduce the bloating of the network, and to remove its functionality? --- > This ...
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
I'd like to know more about emission on TON blockchain. Where can I read about it? Or maybe instead of reading I should use an explorer to check some special...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
What error code should a smart contract use when dealing with an unsupported opcode? Is it up to the smart contract developer, or there is a conventional one...
one year ago
0 Votes
2 Answers
13K Views
0 Votes 2 Answers 13K Views
Hi I'm just trying to get transactions for the address and getting this error from time to time (few times I got successfull response) request: curl -X 'GET'...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
How can you obtain a v3r2 address from a v4r2 address of a wallet in the TON network? -- > This question was imported from Telegram Chat: https://t.me/tondev...
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I made a TON token (Jetton) https://dedust.io/swap/TON/EQBn7UmJDK-fN8uB4rC5DCw5TpOnC5sFNR75Uk2VgxY9QJeU Soon. I will create a Liquidity pool, how I then can ...
6 months ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
Let func "call" such as: int call((int -> int) f, int x) { return f(x); } But I need to store "f" on smc deployment stage, as initial state. How can I store ...
one year ago
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
0 Answers
8K Views
0 Votes 0 Answers 8K 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
5K Views
0 Votes 2 Answers 5K Views
I'm looking for a good tutorial to make an NFT smart contract on TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10064
one year ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
How can I programmatically create a TON wallet using .NET Core?
2 years ago
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
4K Views
0 Votes 1 Answers 4K 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 ...
8 months ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hello there, I send my TPET tokens to the TON address in the telegram wallet by mistake. Under the address is written: Send only Toncoin (TON) to this addres...
6 months ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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
5K Views
0 Votes 0 Answers 5K Views
There are TON domains like user.ton and there is TON DNS system for them. But what about subdomains? Could owner of a domain like user.ton create subdomains ...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
how can I calculate the gas price for get/set operations to Hashmap? https://docs.ton.org/learn/tvm-instructions/instructions for these operations the gas pr...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How do you define multiple cells in the storage of a contract? clike const data = beginCell() .storeUint(someVar, 64) .storeMaybeSlice() .endCell(); In other...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
0 Answers
14K Views
0 Votes 0 Answers 14K Views
On the Tonscan and Tonviewer explorers you can find some general stats numbers on TON. But those two websites provide different numbers of addresses. What ca...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Is there a size limit for bocs? I've heard values such as 64kb, but I don't know where this limit is defined. --- > This question was imported from Telegram ...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
As recommended, I've been using the RPC provided by toncenter.com. Is there a way to get around this limitation? --- > This question was imported from Telegr...
one year ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I've got an error with an exit code 5. TVM exit code list in the documentation says it means "Integer out of expected range": https://docs.ton.org/learn/tvm-...
tvm
one year ago
Show more results questions