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
13K Views
0 Votes 2 Answers 13K Views
As far as I understand, code in FunC language compiles to Fift, and then from Fift code the resulting bag of cells is generated. Could I make my code more co...
2 years ago
2 Votes
2 Answers
31K Views
2 Votes 2 Answers 31K Views
I want to use a hardware wallet like Ledger or Trezor for storing my TON coins. But unfortunately both don't currently have official support for TON coin. Is...
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K 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 years ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
In Blueprint, we will need to write the Wrapper functions ourselves. More importantly, when we code the op code in our FunC code, we need to decode the strin...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
The fragment.com website shows some of usernames that can be bought but hides others saying "and 1.68K+ more". Is there a way to get the full list of those 1...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
Many programming languages have a ternary operator, such as booleanExpression ? expression1 : expression2 in Java (if booleanExpression equals true, than exp...
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
What is the best place to find developer documentation for TON?
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
What's the practical utility of internal non-bounceable messages? When would they be useful? --- > This question was imported by Telegram Chat: https://t.me/...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Out of interest, what is the storage fee for a wallet per year? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/23290
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Programming languages often use 0 for "false" and -1 for "true". It works that way in FunC, too. But what about all the other numbers? Do they have a boolean...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K 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...
2 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I can't find the zero address, or at least send tokens to it correctly. I would like to use the address it to implement burn mechanics for a Jetton. How do I...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Suppose I own a website and it is not a web3 dApp or something, just a regular old centralized one. On that website I take payments and I would like to accep...
2 years ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
FunC standard library includes Lisp-style lists. TON documentation describes them and their basic functionality like adding an element to the beginning of a ...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Can you provide information on the cost of storing data in the TVM TON Blockchain at the current moment? Specifically, how much does it cost to store data us...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Please tell me how to transfer tokens without privatekey, I found only such examples in the documentation. const transaction = { validUntil: Math.floor(Date....
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
To be a validator, do you need a server, or is it possible with a normal PC? As long as it meets the requirements, it should be ok, right? --- > This questio...
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
As far as I understand, a seed phrase (mnemonic words) and a private key are dependent on each other. If I know one of them, can I generate the other from it...
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K 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...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Sometimes I encounter "out of gas" error, and it's hard to predict. Are there any best practices on how to deal with that and make sure in advance the code w...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I don't fully understand the masterchain/workchain distinction yet. If someone sends me Toncoins, what chain does it send it in? Do I need to use the same ch...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
It would be convenient to pay in Toncoins for hosting the offchain parts of a TON project. Is there currently any hosting company allowing that? --- > This q...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
What is the inflation rate for TON? I am also interested in inflation. As far as I know, it is 0.6%. Is it calculated from the total circulating supply (more...
2 years ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
Sometimes it would be convenient if the gas fee for the transactions would be paid by some other account. In the EVM ecosystem there's EIP-2711 for that: htt...
2 years ago
1 Votes
1 Answers
22K Views
1 Votes 1 Answers 22K Views
How can I activate my wallet? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2577
2 years ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
Suppose I send an external message to some smart contract, and it reacts by sending several internal messages. These messages were generated "together" and w...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I would like to test the deployment and execution of smart contracts on my local network. I'm looking for a rapid system that I can spin up so that I don't n...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
As far as I understand, usually there is just one shard, but where can I check to see if if changed? --- > This question was imported from Telegram Chat: htt...
0 Votes
1 Answers
23K Views
0 Votes 1 Answers 23K Views
When working with TON blockchain, I need to provide a network config file, for example when using the lite client: lite-client -C global.config.json -c 'send...
Show more results questions