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 385

Questions 385

Tags
Sorting
Results
per page
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
25 days ago
1 Votes
0 Answers
1K Views
1 Votes 0 Answers 1K Views
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
How do you define multiple cells in the storage of a contract? clike const data = beginCell() .storeUint(someVar, 64) .storeMaybeSlice() .endCell(); In other...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a way to get the current TON coin price with the TON API? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/27900
27 days ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
There is an item at the end of roadmap in the TON website that mentions "Bitcoin & EVM Workchains". Is there any reading material available on that? It's men...
28 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Can anyone can create a jetton? Even an ETH token? How do we know which one is the official bridge of ETH? --- > This question was imported from Telegram Cha...
28 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a way that I can use a TON wallet to log in to a website? Specifically, I am looking at the functionality that is already present on getgems.io. ---...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
How can I call a function from a smart contract using Python? > This question was imported from Telegram Chat: https://t.me/tondev_eng/27664
one month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
2K Views
0 Votes 1 Answers 2K 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 month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
In the Ston.fi core contract GitHub repository (https://github.com/ston-fi/dex-core), there is a line of FunC code as shown below: force_chain(WORKCHAIN, sen...
one month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hello, could you please guide me on where to find information about the fines imposed on validators and the duration of the rounds? I checked the global-conf...
one month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or e...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
In languages such as x86 assembly there is a NOP instruction that does absolutely nothing. Is there something like that when using the Fift language? --- > T...
one month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Both FunC and Tact languages can be used for developing on TON. But from what I see, tutorials, questions and other resources are currently focused mostly on...
one month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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 month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
tvm
one month ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Suppose I've created an NFT collection for testing purposes. After the testing I don't need it anymore and would like to get rid of it. Is there "NFT burning...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I've read in the TON whitepaper that smart contacts in TON can change their code. But if I simply change the code myself and deploy the contract, it gets a n...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
There's a main TON monorepo that includes cryptography: https://github.com/ton-blockchain/ton There's also TON Connect. As far as I understand, instead of th...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I know there's a project TonAPI that provides REST API to TON blockchain. Is it the only one or are there other projects like that? --- > This question was i...
api
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I have a balance on the Whales pool. Can you take it out?
one month ago
2 Votes
1 Answers
2K Views
2 Votes 1 Answers 2K Views
Hello, I'm considering to move my projects from another blockchain to TON but I still don't understand how to handle the asynchronous part. One of my project...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Suppose we check for two conditions at the same time: if( (a == b) & (b == c) ). If a is not equal to b, that makes the first condition false. And that means...
one month ago
Show more results questions