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
2 Answers
12K Views
0 Votes 2 Answers 12K Views
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
It's good when a smart contract needs as little gas as possible for a specific action. So a developer might want to optimize the code, making it use less gas...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K 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
2 Answers
22K Views
0 Votes 2 Answers 22K Views
I am looking for an easy walkthrough for setting up a TON Site. I have setup the usual webserver using Nginx, with /var/www/site website directory. What shou...
2 years ago
0 Votes
0 Answers
19K Views
0 Votes 0 Answers 19K Views
Currently it is debated whether or not it is a good idea to temporary freeze the inactive mining wallets. Regardless of the discussion outcome, how exactly s...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
On TON the wallet address is derived from the combination of a key and a wallet contract. So the same key used with different wallet versions (v4r1, v3r2 and...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I see that there is a touch method in the wallet v4 contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exa...
2 years ago
0 Votes
2 Answers
17K Views
0 Votes 2 Answers 17K Views
I found a strange behavior in func bitwise operation. I don't understand why. slice slice0 = begin_cell().store_coins(123).end_cell().begin_parse(); int resu...
one year ago
0 Votes
3 Answers
13K Views
0 Votes 3 Answers 13K Views
Hello, I've been exploring different repositories and noticed inconsistencies in how opcodes are defined. For example, in the ft and nft implementation withi...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I have a simple transfer from a TON wallet to a contract. It has a comment: "2". Is there a way to parse this comment within the recv_internal function? Here...
0 Votes
2 Answers
9K Views
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
In the TON blockchain each NFT makes use of its own smart contract. And storing things in TON requires paying storage fees deducted from any smart contract. ...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
TON configuration parameters can be changed by an election. What does that mean for people running the nodes? In the case such a change happens, all the node...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Where is the line of code that specifies the price of a jetton? Is the price of a jetton always what I choose or does it change with supply and demand? --- >...
2 years 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
19K Views
0 Votes 1 Answers 19K Views
I mostly work with Java, so it would be convenient for me to develop on TON using that language. Are there any Java libraries to work with TON? --- > This qu...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Is it possible to call a function in a recursive way in FunC? If so, how exactly should I do it? I haven't found it in the FunC documentation, is it covered ...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I need to check in which block a specific transaction located, but I don't know if there exists an endpoint on the http-api to do this. --- > This question w...
2 years ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
What is the best block explorer for the TON network? I'm looking specifically for an explorer that allows developers to look at smart contract bytecode, veri...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I would like to create a crypto wallet and wanted to find out whether TON has a Facebook-like console that provides developers with keys or a secret API Key ...
2 years ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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 ...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
here is my FunC code: C-like forall X -> int is_null (X x) asm "ISNULL"; forall X -> (tuple, ()) push_back (tuple tail, X head) asm "CONS"; forall X -> (tupl...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K 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...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I'd like to get updates regarding transactions as soon as possible. Do I get it right that the validators are the first to know about the new transactions, a...
one year ago
0 Votes
0 Answers
19K Views
0 Votes 0 Answers 19K 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...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC....
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
Could you help me a bit? root@hz-ton:~# sudo docker-compose up [+] Running 1/1 ⠿ Container root-ton-node-1 Recreated 0.2s Attaching to root-ton-node-1 root-t...
2 years ago
Show more results questions