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
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Nodes typically use SSDs, because they have faster access speed than HDDs. But an archive node needs lots of space, and SSDs storage is expensive. So maybe t...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
TON whitepapers present "Infinite Sharding Paradigm", but I couldn't quite figure it out by reading the whitepapers. Is there another explanation avaliable s...
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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I wanna build a ton dapp on tg bot, but I cant find the way to switch net work in the official wallet bot. This is the code I forked. https://github.com/ton-...
one year ago
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
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K 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
14K Views
0 Votes 0 Answers 14K Views
I want to make sure that transfer was success using this method response tonConnectUI.sendTransaction() I am using : React js @tonconnect/ui-react @ton/ton E...
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...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I've came to TON ecosystem from Ethereum, and I have Ethereum testnet coins. I know there is Ethereum-TON bridge for mainnet coins. Is there something like t...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
I'm used to timestamps in Unix time, where digits stand for the seconds passed since 1970. Logical time on TON is also a long number, but it seems different....
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
2 Answers
7K Views
0 Votes 2 Answers 7K Views
Как, используя API или нечто иное, сделать перевод Тон-монет на сторонний кошелек? Веду разработку бота на телеграм, который и принимает платежи, и осуществл...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Since there are no derivation paths, I was thinking about using the same 12 word mnemonic, with a password that would be just a string of numbers incrementin...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
On the Tonscan and Tonviewer explorers you can find some general stats numbers on TON. But those two websites provide different numbers of addresses. What ca...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
what is the shortcut key for building project on blueprint
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
The Blueprint project generates a QR code upon choosing "create a deep link". But it shows me a QR that's larger than my computer screen so I can't really sc...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Does anyone know if multiple addresses correspond to a 24-word mnemonic or if this is a 1:1 relationship between them? On networks like Ethereum, a mnemonic ...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
TON testnet went down for some time. Since it's the testing network (not the main one) and it was temporary, it's obviously not a critical issue. But what's ...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Suppose I've created an NFT collection for testing purposes. After the testing I don't need it anymore and would like to get rid of it. Is there "NFT burning...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Can anyone can create a jetton? Even an ETH token? How do we know which one is the official bridge of ETH? --- > This question was imported from Telegram Cha...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I know there's a project TonAPI that provides REST API to TON blockchain. Is it the only one or are there other projects like that? --- > This question was i...
api
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Consider a situatiton where your Toncoins are used in staking, and someone malicious gets to know your seed phrase. This person can access the wallet, but ca...
one year ago
0 Votes
2 Answers
10K Views
0 Votes 2 Answers 10K Views
one year ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
I want to add ton raffes token to safepal but safepal wallet doesnt support ton customnetwork. How to add ton network manually to safepal wallet
one year ago
0 Votes
0 Answers
10K Views
0 Votes 0 Answers 10K Views
Hi there. In my app I allow deposit and withdraw some Jetton. I would like to implement withdrawal in such way that user compensate transaction fee (somethin...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
TON whitepapers are helpful for a developer, but they are hard to read, especially when English is not your native language. Maybe there are community transl...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I need to check in which block a specific transaction located, but I don't know if there exists an endpoint on the http-api to do this. --- > This question w...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Can I transfer my TON NFTs to Metamask? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10197
2 years ago
Show more results questions