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

   
1 Votes
2 Answers
17K Views
1 Votes 2 Answers 17K Views
I've heard from the TON Spanish DevChat that there exists "Ten Lessons for learning FunC". Are those video lessons? --- > This question was imported from Tel...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Does anyone know or have an example how can I store a static address in FunC? I'm thinking about using the asm command, but I'm not sure what the syntax is f...
1 Votes
2 Answers
19K Views
1 Votes 2 Answers 19K Views
Is the function recv_internal required to have certain arguments or is it completely up to what you want the message sender to send you? I've noticed some Fu...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
The pytonlib package supports Intel chips on Mac, Linux, and Windows. Does it support AMD? --- > This question was imported from Telegram Chat: https://t.me/...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
I'm getting the following error when compiling Fift. I'm using this command: ./ton-build/crypto/fift counter.fif I followed this tutorial, but when I run fun...
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
17K Views
0 Votes 1 Answers 17K 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...
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
1 Votes
1 Answers
20K Views
1 Votes 1 Answers 20K Views
TON uses logical time (also known as Lamport time) in messages to track the order of events. But how exactly that time is generated? --- > This question was ...
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
What if I develop a smart contract on TON but don't want the data included in the initState to be seen by others? Does it mean I need to use encryption? --- ...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Is there a way to check how many transactions per second are there currently on the TON blockchain? The tonmon.xyz website is supposed to show this, but for ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In a TON explorer the transaction info mentions something titled "IHR Fee" with a value of zero. What does it mean and when it becomes not zero? --- > This q...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
A question for those who actually run a full node: can you share its usage metrics like traffic consumption, CPU usage, network usage? Preferably using somet...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
It's known that blockchain is not the best place to store lots of data (there is TON Storage for that, while smart contract data should generally be as small...
1 Votes
0 Answers
18K Views
1 Votes 0 Answers 18K Views
In developing for blockchain it's important to save space, so it seems better to store the dates using 32-bit timestamps instead of 64-bit. But blockchain is...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Can I transfer my TON NFTs to Metamask? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10197
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K 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
1 Answers
17K Views
0 Votes 1 Answers 17K 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
17K Views
0 Votes 1 Answers 17K 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
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there any specific reason why single line comments in FunC start with ;; and not something more common like //? It feels very odd. --- > This question was...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
This question has been answered many times before. But people keep asking it again and again, so it is probably a good idea to have the question here, where ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In explorers such as Tonscan every Jetton page has a field called "mutable" with "yes/no" value in it. What does that mean, what exactly in Jettons is mutabl...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
As far as I understand, in TON NFT it is possible to associate a wallet with a specific NFT so each of NFTs may have its own "balance". So does it mean it is...
nft
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
There is an open source tool minter.ton.org for deploying custom Jettons to mainnet. Is there something like it for testnet? --- > This question was imported...
one year ago
1 Votes
2 Answers
18K Views
1 Votes 2 Answers 18K Views
Is my understanding correct that smart contracts are written in FunC, then compiled into Fift, and deployed on the blockchain, and they can later be interact...
2 Votes
1 Answers
19K Views
2 Votes 1 Answers 19K Views
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
one year ago
Show more results questions