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
9K Views
0 Votes 1 Answers 9K Views
I keep getting a connection refused error when I run the lite client. Any idea what could be causing the issue? shayan@shayan-pc:/usr/bin/ton$ sudo ./lite-cl...
0 Votes
1 Answers
25K Views
0 Votes 1 Answers 25K Views
I'm working with the TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = n...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
While building a dApp some questions arise such as "where to store static files for UI" and "where and how to cache data for the app to be responsive". Is th...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
0 Answers
10K Views
0 Votes 0 Answers 10K Views
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Many TON tutorials and whitepapers mention Linux/macOS-specific things like /usr/lib/fift path, terminal commands and so on. Can I develop smart contract on ...
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
I'd like to put an address and a hash table into the c4 register. Can I put there both of them there separately or do I have to put the address into the hash...
2 years ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
Если нода валидатора не участвует в цикле(не хватило средств для участия в выборах) она простаивает или работает как коллатор, или как фишер? В конце года об...
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
So, is there no way to speed up the rate of confirmations? Are you saying that the exchanges are simply asking for too high a number? Also, is there any way ...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I’m working on signing a string with private key through connecting Ton Keeper. And I’m building this feature as a Telegram bot, based on demo-telegram-bot. ...
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
How do you hardcode an address in a smart contract? An example in both FunC would be helpful. https://t.me/tondev_eng/4099
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Jettons on TON usually have decimal precision value of 9, meaning the smallest amount of a Jetton is 0.000000001 of a coin. I know it's not the only possible...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
How can I actually register a ton domain? And how to participate in a public auction? > This question was imported from Telegram Chat: > https://t.me/tondev_...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
If there are two dicts and one of them is bigger than other, would the operations like insert require more gas for the bigger one, or would the gas fees be t...
2 years ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
How can I programmatically create a TON wallet using .NET Core?
2 years ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
Where can I find the format of transactions returned by the TonWeb getTransactions() method? Specifically, the format of the 'message' and 'msg_data' fields ...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a...
2 years ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
I was looking at some information on the network as a validator, and came across the ADNL address information. What is it, and is it supposed to be private d...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Usually new blocks on TON blockchain are formed every new seconds so there's no reason to worry about waiting too long. But I've heard that under some circum...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Got this in whitepaper: This appendix contains a formal description of the elliptic curve cryptography currently used in TON, particularly in the TON Blockch...
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Are there any tips how to install/configure the smart contract development environment on an Apple M1 device? I'm having an issue with CMake here: CMake Erro...
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K 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
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I am looking for a plug-and-play privacy layer on top of TON that a developer can leverage to make their TON DeFi apps privacy preserving both for users and ...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
What are the websites that support TON Connect? I'd like to see examples of the websites implementing TON Connect. I know there are getgems.io, dedust.io, st...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Suppose you have a TON mainnet wallet address and a testnet wallet address. You try to send some Toncoins from the first wallet and you use the second addres...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I know there is an unofficial Python library "TON Fragment". Are there any other libraries or an official API to interact with fragment.com programmatically?...
0 Votes
0 Answers
19K Views
0 Votes 0 Answers 19K Views
I would like to become a part of TON blockchain and run a full node without becoming a validator. What are good options for this? Do node owners usually rent...
2 years ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
What makes TON a game changer in competition with numerous Layer 1 competitors is its synergy with Telegram. ? This is because it is tailored to . One of the...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I have a balance on the Whales pool. Can you take it out?
2 years ago
Show more results questions