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
18K Views
0 Votes 1 Answers 18K Views
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...
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
5K Views
0 Votes 1 Answers 5K Views
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Hey TON community,I have some questions that I need your help answering 1. Are there any special tips for recharging, such as lunc , deduct 1 Lunc from the a...
one year ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
The store_coins primitive naming seems more modern (it gets rid of the outdated "gram" concept). But I couldn't find store_coins in the official documentatio...
2 years ago
0 Votes
1 Answers
23K Views
0 Votes 1 Answers 23K Views
I'm trying to compile a lite client on a macbook with M1, which gives an error: march-native is not supported How can I compile on mac book M1 (ARM)? Is ther...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
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...
one year ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
For example, if you examine the code in detail here: https://github.com/ton-blockchain/payment-channels/blob/e605580c3fb1feb22d80be9a0cddfcd05671c347/func/as...
2 years ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
In modular arithmetic there is such a thing as modular multiplication. Does it have a built-in support in FunC? --- > This question was imported from Telegra...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
TON development world seems to be JavaScript/TypeScript-centered for now. If I know come from Python background, what should I use to develop on TON? --- > T...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Suppose I use getTransactions, but instead of getting all of them I'm interested only ones that happened during the current month. How do I do that? --- > Th...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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
9K Views
0 Votes 1 Answers 9K Views
What is the byte size of a smart contract that can be deployed on TON? --------- > This question was imported from Telegram Chat: https://t.me/tondev_eng/26332
Howard Peng
10 × 1 Administrator
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Can I collect information on all the incoming external messages that a specific smart contract receives? Everything that goes through its recv_external(). --...
one year ago
1 Votes
0 Answers
13K Views
1 Votes 0 Answers 13K 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 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How is a reference serialized (stored)? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9475
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
i want to recieve kingy gm from telegram robot, but when i click recieve gm button and its redirect to tonkeeper i recieve this error: Screen: SheetsProvider...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
It's often suggested to use TypeScript for developing on TON. Tutorials for using libraries such as ton from npm are full of TS examples. What if I'm willing...
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
4 Answers
12K Views
0 Votes 4 Answers 12K Views
Hi guys. They sent me NFT to the TON address: EQDCgYOsp7papvk4O2_R1qcrtItnRzeZz-knOb4q7xsI_0so It turns out that this wallet does not have the functionality ...
pic
Deleted user
pic
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Some of the wallets in TON ecosystem can open both mainnet wallets and testnet wallets, while some support mainnet only. Can MyTonWallet be switched from the...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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
1 Answers
6K Views
0 Votes 1 Answers 6K 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. ---...
2 Votes
3 Answers
22K Views
2 Votes 3 Answers 22K Views
I know there are explorers like Tonscan and Tonapi you can use to see things like transaction details for any address on mainnet. Is there such a service for...
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
8K Views
0 Votes 1 Answers 8K Views
I'm trying to deploy my contract to the TON MainNet, but I get an error: bash <> The account that I'm using has a 1.5 TON balance, which should be enough! Wh...
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I created a wallet programmatically by following this article. I just copied the code and executed it. Created a wallet and created 2 transactions (incoming ...
one year ago
1 Votes
1 Answers
23K Views
1 Votes 1 Answers 23K Views
What is the difference between addresses that start with EQ and those that start with UQ? There are also addresses that start with kf, but when searched up o...
2 years ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I would like to develop a lottery smart contract on TON. This would likely require a source of randomness. How would I start? --- > This question was importe...
Show more results questions