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
18K Views
0 Votes 1 Answers 18K Views
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Assuming that I am an experienced developer that can properly read protocol level virtual machine programming, what is the repository of the TVM? --- > This ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I would like to create a crypto wallet and wanted to find out whether TON has a Facebook-like console that provides developers with keys or a secret API Key ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there any API to monitor prices of TON-based NFTs? --- > This question was imported from Telegram Chat: https://t.me/tondev/113208
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
What would be your suggestions on some basic pet projects for studying main concepts of ton? These would be smart contracts to write immidiately after doing ...
one year ago
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...
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
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
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...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
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
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
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
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
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
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...
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
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
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
Show more results questions