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
1 Answers
17K Views
0 Votes 1 Answers 17K 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? --- >...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there a possibility that TON will be added to Metamask later? Or there are some technical / non-technical reasons preventing that from happening? --- > Th...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
In the Ethereum ecosystem there are "lootboxes" that contain several NFTs and can be "opened" to reveal tokens inside. Was that mechanic already implemented ...
nft
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K 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 year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
What determines the purity of a function? A) It must only read the function parameters. B) It can read values outside of the function parameters and return a...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
When I try to install toncli using Windows I see: (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
According to the documentation, we find the commit() FunC code described as follows: Commits the current state of registers c4 (“persistent data”) and c5 (“a...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
one year ago
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
15K Views
0 Votes 1 Answers 15K Views
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How can I print out something in FunC? https://t.me/tondev_eng/9305
one year ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
In the Bitcoin standard there is concept called "derivation path" defined in BIP32: it is used by hierarchical deterministic wallets to derive keys. How do T...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
On other blockchains there are projects like Tenderly and Pagoda that help with tasks such as smart contract analytics. Are there any alternatives to them in...
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Nodes typically use SSDs, because they have faster access speed than HDDs. But an archive node needs lots of space, and SSDs storage is expensive. So maybe t...
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
16K Views
0 Votes 1 Answers 16K Views
If I want to make a board game, in order to show the fairness of the game, I put all the back-end computing on the blockchain. A board game could require ran...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
It is known that TON is designed for scalability and can potentially withstand mass adoption in the future. But since it has not reached its full potential y...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Developing for EVM-based blockchains, I got used to doing that using ethers: parseFloat(ethers.utils.formatUnits(reserves.token0, token0.decimals)); Is there...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
According to TIP-64, the NFT metadata attributes are as follows: 1. uri 2. name 3. description 4. image 5. image_data But what if I wanted to add additional ...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
There are numerous APIs that let you get information on TON wallets, NFTs and so on. But is there a known API with methods that provide information on the va...
one year ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
Since I am looking into the multisig project in detail, how can I use the command line in GitHub (https://github.com/akifoq/multisig) using the following com...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON (and other blockchains that I know of) word mnemonics are like both login and password at the same time. So if I get it right, technically nothing sto...
0 Votes
2 Answers
19K Views
0 Votes 2 Answers 19K Views
Probably the TON community has already crafted the best regular expression for validating TON addresses. In fact, there could be two expressions: for the raw...
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K 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...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
Blockchains like Ethereum let people not only use the default ether token, but also create their own tokens on the blockchain. Does TON let people do this? H...
one year ago
Show more results questions