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

   
2 Votes
2 Answers
26K Views
2 Votes 2 Answers 26K Views
In TON blockchain, when implementing my dapp smart contract in FunC, my contract can accept both internal messages handled by recv_internal() and external me...
Tal Kol
359 × 3 Administrator
2 Votes
2 Answers
35K Views
2 Votes 2 Answers 35K Views
How do I get an RPC endpoint for the TON network, and where can I get relevant documentation for it?
2 years ago
1 Votes
1 Answers
13K Views
1 Votes 1 Answers 13K Views
What's the easiest way to get the number of the latest block on the TON blockchain? --- > This question was imported from Telegram Chat: https://t.me/tondev/...
2 years ago
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K Views
The following content appears in this whitepaper (https://docs.ton.org/tblkch.pdf): > For instance, each outbound message created in a transaction is assigne...
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
When developing multiple smart contracts that interact with each other, what can be used for integration testing without putting them all on testnet every ti...
2 years ago
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper? --- > This question was impor...
1 Votes
2 Answers
21K Views
1 Votes 2 Answers 21K Views
We are developing a Web3 game project. Every day, tens of thousands of users should receive game tokens for activity in the game. At the moment, the project ...
2 years ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
There are numerous libraries for interacting with the TON blockchain, so it might be hard for a new developer to choose. Of course, what is the "best" is a h...
2 years ago
1 Votes
2 Answers
8K Views
1 Votes 2 Answers 8K Views
Hello! I'm trying to upload file to storage, using storage provider, but I can't understand, what to do with a file generated with command of the storage-dae...
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
In TVM's whitepaper, we got this in Chapter 3.2.8: > Integers in cells are big-endian by default. > Notice that the default order of bits in Integer s serial...
1 Votes
0 Answers
5K Views
1 Votes 0 Answers 5K Views
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
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
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
There is a wallet with a large NFT collection in it. Now I need to transfer all of it to a different wallet. Sending all the NFTs one-by-one feels very ineff...
2 years ago
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K Views
I'm working on a TON smart contract that may need to store up to 4 million bits. I understand from the TON documentation that this isn't typically recommende...
one year ago
1 Votes
1 Answers
23K Views
1 Votes 1 Answers 23K Views
I'm currently using wallet contract v3. It was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new walle...
1 Votes
2 Answers
25K Views
1 Votes 2 Answers 25K Views
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
1 Votes
1 Answers
12K Views
1 Votes 1 Answers 12K Views
I have observed an interesting behavior in wallet clients. I attempted to create a wallet using TonHub, TonKeeper, and wallet.ton.org. TonHub and TonKeeper g...
2 years ago
1 Votes
1 Answers
19K Views
1 Votes 1 Answers 19K Views
There are extensions for code editors like Visual Studio Code providing syntax highlighting for FunC. Is there anything like that for the vim editor? --- > T...
2 years ago
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
Is there any implementation of VRF like what Chainlink brought to work in The Open Network? If there is no such contract working in mainnet can anybody help ...
one year ago
1 Votes
0 Answers
14K Views
1 Votes 0 Answers 14K Views
Has anyone ever written test cases for Telemint (also known as the Telegram anonymous phone number)? GitHub Link to Telemint The code is quite complex. I hop...
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
1 Votes
0 Answers
14K Views
1 Votes 0 Answers 14K Views
Hi, Trying to refresh the TON wallet but getting error LITE_SERVER_UNKNOWN: cannot load block ... with specified transaction. Help please. Thx
one year ago
1 Votes
0 Answers
6K Views
1 Votes 0 Answers 6K Views
There are known TVM exit codes ranging from -14 to 38, they are listed on the corresponding documentation page: https://docs.ton.org/learn/tvm-instructions/t...
tvm
2 years ago
1 Votes
1 Answers
24K Views
1 Votes 1 Answers 24K Views
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
Tal Kol
359 × 3 Administrator
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
1 Votes
0 Answers
18K Views
1 Votes 0 Answers 18K 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...
2 years ago
1 Votes
4 Answers
20K Views
1 Votes 4 Answers 20K Views
In 80%(!) of the cases the 24 secret words generated with the tpay1 wallet generate a different(!) address in newer wallets and dont(!) show wallets assets. ...
one year ago
1 Votes
2 Answers
19K Views
1 Votes 2 Answers 19K Views
I've heard from the TON Spanish DevChat that there exists "Ten Lessons for learning FunC". Are those video lessons? --- > This question was imported from Tel...
2 years ago
1 Votes
3 Answers
7K Views
1 Votes 3 Answers 7K Views
Is there an application to send tokens in bulk ? Like multisender.app but on TON
one year ago
Show more results questions