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
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
0 Answers
16K Views
0 Votes 0 Answers 16K Views
In the EVM ecosystems there are oracles like Chainlink that let smart contracts get random numbers from outside of the blockchain. Is there anything like tha...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I've previously seen tilde symbol used for bitwise NOT in other programming languages, so placing ~ before some X means "not X". But it seems in FunC it work...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
This might be a very basic question, but if I want to handle incoming transactions to my smart contract and react to them in some way, how should I monitor t...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I have a cell that in the HEX view has an underscore at the end: x{6800.....690C_}. What does it mean? --- > This question was imported from Telegram Chat: h...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
I would like to see an example of how to compose the body of a transaction for transferring Jettons. Is there such an example somewhere? --- > This question ...
0 Votes
0 Answers
10K Views
0 Votes 0 Answers 10K 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
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
1 Answers
18K Views
0 Votes 1 Answers 18K Views
How do you update tlo files? I have found an update-tlo.sh file, but it can't find tl-parser utility. --- > This question was imported from Telegram Chat: ht...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
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
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
Since I am looking into the multisig project in detail, how can I use the command line in GitHub (https://github.com/akifoq/multisig) using the following com...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
I am looking for an easy walkthrough for setting up a TON Site. I have setup the usual webserver using Nginx, with /var/www/site website directory. What shou...
2 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
What the best way to get all NFTs an address owns? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8851
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
On the Ton Whales website there is a "Top 1000 accounts" list sorted by the balance size: https://tonwhales.com/explorer/top How exactly such a list can be c...
2 years 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_...
one year ago
0 Votes
1 Answers
26K Views
0 Votes 1 Answers 26K Views
I want to create a new wallet on TON blockchain - the wallet is defined by its 24 secret words (the mnemonic phrase). How can I generate this phrase securely...
2 years ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
What are compute_gas_fees and other_fee? They consume much more coins than gas fee. Is there a way to lower them? --- > Question imported from Telegram Chat:...
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
Let func "call" such as: int call((int -> int) f, int x) { return f(x); } But I need to store "f" on smc deployment stage, as initial state. How can I store ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do you access individual elements of a tuple in FunC using a while loop? As in, say there are 5 values in a tuple. How do I access the "nth" value in my ...
2 years ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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
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
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I wrote a program in Fift, which included the following code: asm 1 PUSHINT I receive the following error: "PUSHINT: stack underflow" This doesn't make sense...
2 years ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K 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...
2 years 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
2 Answers
15K Views
0 Votes 2 Answers 15K Views
The set_code() function can be used to alter the code of a smart contract. But while it's easy in theory, it would be great to see an example to fully unders...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
7K Views
0 Votes 1 Answers 7K Views
It's not exactly a technical question, but when you develop on TON, sometimes you need to show the logos of the technologies used. Do FunC and other TON-rela...
one year ago
Show more results questions