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
There are several different wallet contract versions on TON, with the latest wallet contract version currently being v4r2. They have different abilities and ...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Some of the TON wallets are mobile applications, some are Chrome extensions, some are Telegram bots. But is there any browser extension that supports Firefox...
2 years 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...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
It's said that TON blockchain is capable of processing millions of transactions per second. That sounds like it only needs to spend a small fraction of a sec...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I have experience as a developer in the EVM ecosystem and now I want do develop on TON. What do I need to learn in the first place? What things change, and w...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
TON Storage isn't meant to be a hosting for all kinds of websites, but it can host static content. Are there any real-life examples of static TON Sites that ...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
Can I collect information on all the incoming external messages that a specific smart contract receives? Everything that goes through its recv_external(). --...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K 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...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
In FunC, if you apply the letter c to a string literal (writing it as "string"c), the crc32 check value of the string is calculated and used instead of the s...
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
Anyone can use one of TON wallet apps, manually create a new wallet with it and get its seed phrase. But what if I need to programmatically create a random s...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
2 years ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
Currently TON blockchain consists of only one workchain and the masterchain. All the smart-contract code in masterchain and basic workchain is executed by TV...
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC....
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
In the NFT world usually only a link to the image is stored on-chain, and the image file itself is stored somewhere else. It can possibly lead to "link rot" ...
nft
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K 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
0 Answers
17K Views
0 Votes 0 Answers 17K Views
TON API provides REST API access to TON Blockchain. Some of its methods require to fill the {account-id} variable. What should I put there, what value format...
api
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
I would like to track every change regarding Telegram anonymous numbers. They exist as NFTs, so any transaction such as ownership change is stored in the TON...
nft
2 years ago
1 Votes
1 Answers
19K Views
1 Votes 1 Answers 19K Views
I'm new to TON. I know that each message in TON has its lt (Logical time) to track the order of events. But is logical time unique for each transaction or ca...
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
Seqno is meant to increment when transactions happen. But does it always change with each one transaction, or is it possible that some smart contract is invo...
2 years ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
Can an NFT collection on TON consist of a million items or it's too much? Is there a size limit and how big is it? --- > This question was imported from Tele...
nft
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
I have a question that might be silly. If I get it right, declined transactions do not increment the seqno of the sender wallet. Can it lead to a situation w...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
A good way to learn in development is to study code written by other people. There are open source smart contracts written in FunC that people can use for le...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
On TON the wallet address is derived from the combination of a key and a wallet contract. So the same key used with different wallet versions (v4r1, v3r2 and...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
Developing for EVM-based blockchains, I got used to doing that using ethers: parseFloat(ethers.utils.formatUnits(reserves.token0, token0.decimals)); Is there...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
On TON blockchain the address of a smart contract depends on its code. The set_code() function can change the code of a contract. What happes to the address ...
2 years ago
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...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Hi everione I try to understand logic of work API v4. In general I have a aim to get full graph of messages for some smart-contract call. I use next algorith...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Please, could you help me to understand why my TON node cant sync Load average[8]: 1.34, 1.26, 1.29 Network load average (Mbit/s): 9.44, 8.71, 48.85 Memory l...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Hi everyone I use API v4. In the docs there is example of getting block by unix time: https://mainnet-v4.tonhubapi.com/block/utime/1680031682. Here everythin...
2 years ago
1 Votes
2 Answers
19K Views
1 Votes 2 Answers 19K Views
Is there anywhere that I can read about how many tokens were allocated to the TON foundation or similar entities in the initial release? Does the TON foundat...
Show more results questions