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
I'd like to learn developing on TON by creating some small pet projects. What kinds of such projects would be the most helpful and give the most useful exper...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I'm using an example from the tutorial (https://ton-community.github.io/tutorials/01-wallet /) based on the npm ton library and solve a problem where I have ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Do I get it right that FunC treats int and (int) (a tuple with only one integer in it) as two different types even though they both are really integers? I ha...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
Currently it is debated whether or not it is a good idea to temporary freeze the inactive mining wallets. Regardless of the discussion outcome, how exactly s...
one year ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
I have some Ton stuck in safepal and when I try to send it to my tonkeeper wallet it just shows the spinning progress logo forever and never changes , and th...
8 months ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
tvm
one year ago
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...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
When "throwing" inside a function, is the transaction cancelled? For example, if I send 10 TON from a main account but in a smart contract there an error is ...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Blockchains are meant to be trustless, so it's good when the user can check how some smart contract works instead of trusting its author. Verifying smart con...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
How can I print out something in FunC? https://t.me/tondev_eng/9305
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I am looking for documentation on how to send payments through TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10339
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Suppose I'm deploying an NFT collection consisting of 1000 items. I would like to know the minting cost in advance. How can I calculate it? --- > This questi...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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
7K Views
0 Votes 0 Answers 7K Views
One of the core on-ramps for TON is the Oracle bridge from BSC and Ethereum. Is this an open source solution? Where is the code located? --- > This question ...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
0 Answers
7K Views
0 Votes 0 Answers 7K Views
We are making a Jetton for a game that users can deposit and withdraw from their wallet. But i was wondering how can we handle the fees for the transactions ...
10 months ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Can I collect information on all the incoming external messages that a specific smart contract receives? Everything that goes through its recv_external(). --...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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 ...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
i sent a transaction from my telegram wallet to an Exchange wallet but forgot to Comment, the transaction is not reflecting on the exchange wallet, is there ...
9 months ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
How do I convert a TON wallet address to base64 and vice-versa? Is there a tool or script that I can use? --- > This question was imported from Telegram Chat...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I know that an NFT collection on TON requires a metadata file in JSON format. Is there some kind of reference file to look at? --- > This question was import...
nft
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Tags were calculated via tlbc as follows (request_flag is equal to 0x7fffffff and response flag is equal to 0x80000000): crc32('transfer query_id:uint64 new_...
10 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
There are different approaches to division: * using floating-point numbers (so 23 / 4 = 5.75) * mathematical rounding (23 / 4 = 6 since it's the closest inte...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Is there a method like this in the js-sdk to get the raw address from the bounceable address "EQD-Im0tOZM_7tM9e-dpCHk72xAuwFTtXnhAicHLmkw3MALm" as "0:fe226d2...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
What is the best place to find developer documentation for TON?
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
The Sandbox projects allows to emulate arbitrary TON smart contracts and interact with them as if they were deployed on a real network. But is there an optio...
one year ago
Show more results questions