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 73

Questions 73

Tags
Sorting
Results
per page
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
How can I programmatically create a TON wallet using .NET Core?
7 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
In many programming languages there are methods like Math.sin() in Java that return the sine of an angle. How can I calculate such value using Fift? --- > Th...
3 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
To interact with the outside world blockchains rely on oracles. But I see a problem here. Let's say we have a betting contract that lets users place their be...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I would like to become a part of TON blockchain and run a full node without becoming a validator. What are good options for this? Do node owners usually rent...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
On the Ton Whales website there is a "Top 1000 accounts" list sorted by the balance size: https://tonwhales.com/explorer/top How exactly such a list can be c...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
As far as I understand, in TON NFT it is possible to associate a wallet with a specific NFT so each of NFTs may have its own "balance". So does it mean it is...
nft
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
This question has been answered many times before. But people keep asking it again and again, so it is probably a good idea to have the question here, where ...
3 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
In developing for blockchain it's important to save space, so it seems better to store the dates using 32-bit timestamps instead of 64-bit. But blockchain is...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
A question for those who actually run a full node: can you share its usage metrics like traffic consumption, CPU usage, network usage? Preferably using somet...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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? --- ...
3 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
TON uses logical time (also known as Lamport time) in messages to track the order of events. But how exactly that time is generated? --- > This question was ...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I'm getting the following error when compiling Fift. I'm using this command: ./ton-build/crypto/fift counter.fif I followed this tutorial, but when I run fun...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
There are plugins that add FunC code highlighting to Visual Studio Code. Is there something like that but for TL-B? --- > This question was imported from Tel...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I would like to see the whole history of past voting by the validators. How exactly can I do it? --- > This question was imported from Telegram Chat: https:/...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Did anybody ever complete stress test on ton network? Per my knowledge it has very limited capacity. In addition, the base config allows you to have a master...
3 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Suppose there is a mutex that locks some operations in the smart contract waiting for some other execution chains outside of the smart contract to finish. Is...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
It's planned to separate the roles of Collator and Validator in TON blockchain. So in addition to current node types such as the Validator node there will be...
2 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
I'm trying to create a human-readable transaction graph, but haven't succeed yet. Maybe someone has seen successful examples on other blockchains? --- > This...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Is there a dedicated chat group for validators? I'm looking because I want to discuss updates to MyTonCtrl. --- > This question was imported from Telegram Ch...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
What is the minimum stake for a validator? On GitHub (https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/nominator-pool.md) I found that the min...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Does anyone know what the following error message of Fift means? I think I have configured fiftlib correctly. [fift-main.cpp:204] Error interpreting file cou...
2 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
Highload wallets use queryId instead of seqno. It is better suited for large amounts of transactions, but does it come with a cost in terms of gas? How much ...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Technically speaking, masterchain and basechain are similar in many ways. Why does using the masterchain cost much more gas? --- > This question was imported...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Usually new blocks on TON blockchain are formed every new seconds so there's no reason to worry about waiting too long. But I've heard that under some circum...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
2 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I'd like to put an address and a hash table into the c4 register. Can I put there both of them there separately or do I have to put the address into the hash...
2 months ago
Show more results questions