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
7K Views
0 Votes 1 Answers 7K Views
Is there a size limit for bocs? I've heard values such as 64kb, but I don't know where this limit is defined. --- > This question was imported from Telegram ...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I would like to put some utility functions into different files and call them from the main contract file. How can I do that? --- > This question was importe...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Pseudo-anonymity is important for crypto. How do I get TON without KYC? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8312
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
// Create a transfer const seqno: number = await contract.getSeqno(); const transfer = await contract.createTransfer({ seqno, secretKey: keyPair.secretKey, m...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
2 years 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
15K Views
0 Votes 1 Answers 15K Views
One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about J...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K 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...
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
Follow the docs there:https://ton.org/docs/develop/func/overview back by the code: () send_money(slice address, int amount) impure inline { var msg = begin_c...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
People who own NFTs can keep them in their wallets such as Tonkeeper. But can non-wallet smart contracts be listed as the NFT owners too? Are there any limit...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Is there a built-in square root function in the language? And if not, maybe there is a popular library with the optimal implementation? --- > This question w...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I would like to test the deployment and execution of smart contracts on my local network. I'm looking for a rapid system that I can spin up so that I don't n...
2 years ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
Is the deposit confirmation based on confirmation num or bundle
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
As recommended, I've been using the RPC provided by toncenter.com. Is there a way to get around this limitation? --- > This question was imported from Telegr...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
How do you install the FunC plugin in Sublime and Visual Studio? > This question was imported from Telegram Chat: https://t.me/tondev_eng/970 https://t.me/to...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
The TON documentation states that "a variable can be dumped to the debug log by the ~dump function". But where exactly it that log? How can I see it? --- > T...
2 years ago
0 Votes
4 Answers
17K Views
0 Votes 4 Answers 17K Views
Hi there, I am looking for a linux command-line wallet for Toncoin. Is there already such a project or is the there an SDK/Whitepapper to implement it myself...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Suppose there is a web3 blog platform where people follow specific writers. Each follower has its own smart contract. Usually data such as "X follows Y" woul...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Are there functions for working with dates in FunC? Is it possible to get the current date or something like that? --- > This question was imported from Tele...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Where is it possible to retrieve current TON coin price in USD? Preferably an open API, not a paid one. --- > This question was imported from Telegram Chat: ...
api
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In the ongoing public vote on TON Tokenomics Optimization there was implemented a protection from the "exchange voting" (when someone votes using exchange ad...
2 years ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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
It looks like Message X is almost the same as MessageAny. What is the difference? --- > This question was imported from Telegram Chat: https://t.me/tondev_en...
2 years ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
Did anybody ever complete stress test on ton network? Per my knowledge it has very limited capacity. In addition, the base config allows you to have a master...
2 years ago
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
0 Answers
14K Views
0 Votes 0 Answers 14K Views
I need to send Toncoins to many different wallets at once. So instead of sending lots of transactions one by one, I would be happy to use something that lets...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Could I run a TON Proxy on a Raspberry Pi 400? And what are its minimum system requirements in general? --- > This question was imported from Telegram Chat: ...
one year ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K 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
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
Show more results questions