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 172

Questions 172

Tags
Sorting
Results
per page
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
We have a project written in Solidity. How much effort would it take to move such a project to TON? Does it mean a total rewrite from scratch in FunC, or is ...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
7 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
It is well known that code written in FunC gets compiled to the Fift language (which is more low-level). But is there a way to go back and turn Fift code fil...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I am new to the TON ecosystem and for now I lack understanding of how this whole thing works. I would like to learn by looking into the code of some successf...
7 months ago
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
Blockchains are considered "append-only" and immutable. But I've heard that in the TON world smart contracts can change their own code. So, is it possible fo...
7 months ago
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K Views
What would happen if someone tried to send an internal message with zero ton coins? And if the receiving party calls accept_message(), who would pay the fee?...
7 months ago
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
Probably the TON community has already crafted the best regular expression for validating TON addresses. In fact, there could be two expressions: for the raw...
7 months ago
3 Votes
3 Answers
7K Views
3 Votes 3 Answers 7K Views
In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the T...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Why there is always only one shard in masterchain for any seqno? For example: https://toncenter.com/api/v2/getMasterchainInfo gives seqno 19586270 then https...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
In general-purpose languages like Java it is possible to get server time by using things like System.currentTimeMills(). Is there a way to retrieve server ti...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
In general-purpose languages there often is some form of try. Is there anything like that in FunC I could use to validate data in msg_body? > This question w...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I mostly work with Java, so it would be convenient for me to develop on TON using that language. Are there any Java libraries to work with TON? --- > This qu...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Suppose I own a website and it is not a web3 dApp or something, just a regular old centralized one. On that website I take payments and I would like to accep...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Are there any minimum/recommended hardware requirements for developing on TON? And is there any "necessary" software like Xcode is for iOS development? Is it...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
It is known that a special "highload wallet" is for those who have lots of transactions. But what exactly do "lots" mean: where is the boundary between "regu...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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...
7 months ago
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K Views
There are extensions for code editors like Visual Studio Code providing syntax highlighting for FunC. Is there anything like that for the vim editor? --- > T...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Blockchains like Ethereum let people not only use the default ether token, but also create their own tokens on the blockchain. Does TON let people do this? H...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
As far as I understand, usually there is just one shard, but where can I check to see if if changed? --- > This question was imported from Telegram Chat: htt...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Some projects like exchanges ask users to include memo (a comment) in the TON coin transaction. What is the purpose, isn't the address enough for identificat...
7 months ago
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
Is there any call to get the contract address inside it? I cant find anything like that in tvm https://t.me/tondev_eng/363
7 months ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
7 months ago
1 Votes
2 Answers
8K Views
1 Votes 2 Answers 8K 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...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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 ...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K 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
Show more results questions