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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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
Profile picture
Telegram Chat Import
Moderator
328 Questions, 1 Answer
  Active since 10 October 2022
  Last activity 8 days ago

Reputation

15 + 15 this May 0 1

Badges 1

Editor
3 Votes
3 Answers
2K Views
3 Votes 3 Answers 2K 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...
3 months ago
2 Votes
2 Answers
8K Views
2 Votes 2 Answers 8K Views
I want to use a hardware wallet like Ledger or Trezor for storing my TON coins. But unfortunately both don't currently have official support for TON coin. Is...
1 Votes
1 Answers
117 Views
1 Votes 1 Answers 117 Views
If I encounter a bug in the TON blockchain, where should I submit the report? And is there a bounty program for rewarding people who found bugs? --- > This q...
bug
2 months ago
1 Votes
1 Answers
127 Views
1 Votes 1 Answers 127 Views
addr_std$10 anycast:(## 1) {anycast = 0} What is ##? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9104
1 Votes
1 Answers
189 Views
1 Votes 1 Answers 189 Views
What is the process for adding a comment to a transaction using send_raw_message in TON-related transactions? Is it possible to include the comment in the bo...
1 Votes
3 Answers
5K Views
1 Votes 3 Answers 5K Views
When using a test network like testnet or sandbox - the TON coin is different from the official TON coin you buy in exchanges. Where can I get test TON coin ...
7 months ago
1 Votes
2 Answers
6K Views
1 Votes 2 Answers 6K Views
Is there an API that can create a new TON wallet using code? Creating and deploying are two different steps. So how I can create many uninitialized wallet ad...
7 months ago
1 Votes
1 Answers
5K Views
1 Votes 1 Answers 5K Views
I'm currently using wallet contract v3. It was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new walle...
1 Votes
2 Answers
7K Views
1 Votes 2 Answers 7K Views
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
1 Votes
0 Answers
835 Views
1 Votes 0 Answers 835 Views
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
17 days ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
Hello everyone, please explain: ```` () send_message_back(addr, ans_tag, query_id, body, grams, mode) impure inline_ref { ;; int_msg_info$0 ihr_disabled:Bool...
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper? --- > This question was impor...
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, ...
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
I have observed an interesting behavior in wallet clients. I attempted to create a wallet using TonHub, TonKeeper, and wallet.ton.org. TonHub and TonKeeper g...
2 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
"Why is the data empty even though I deployed the jetton contract?" the contract is deployed correctly but data is empty https://github.com/toncenter/tonweb/...
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
Highload wallets use queryId instead of seqno. It is better suited for large amounts of transactions, but does it come with a cost in terms of gas? How much ...
2 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K Views
I'm trying to create a human-readable transaction graph, but haven't succeed yet. Maybe someone has seen successful examples on other blockchains? --- > This...
2 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
There is a wallet with a large NFT collection in it. Now I need to transfer all of it to a different wallet. Sending all the NFTs one-by-one feels very ineff...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
I am trying to deploy a static website to TON Sites. What is the "ADNL address" used for linking the domain and where can I get it? --- > This question was i...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
There are numerous libraries for interacting with the TON blockchain, so it might be hard for a new developer to choose. Of course, what is the "best" is a h...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
When developing multiple smart contracts that interact with each other, what can be used for integration testing without putting them all on testnet every ti...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
I would like to know stats on the validators and staking: number of wallets participating in it, amount of coins and so on. There is some info by TON Whales,...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
What is the difference between addresses that start with EQ and those that start with UQ? There are also addresses that start with kf, but when searched up o...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
Using the JSON API, I'm attempting to call a get method on a non existing method on a smart contract. I send a POST request to /runGetMethod. { "address": "....
1 Votes
2 Answers
2K Views
1 Votes 2 Answers 2K 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...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K 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...
3 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K 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 ...
3 months ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K 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...
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K 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
3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K 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...
3 months ago
Show more results questions
0 What is the storage fee for a wallet per year?

1 MB is 4 TON per year. A wallet is less than 1/4 KB which results in less than 0.001 TON per year.

3 months ago
1 Votes
1 Answers
2K Views
1 Votes 1 Answers 2K Views
In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, ...
0 Votes
1 Answers
730 Views
0 Votes 1 Answers 730 Views
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
15 days ago
0 Votes
1 Answers
740 Views
0 Votes 1 Answers 740 Views
Hi is it possible to calculate input and output message hash before sending it. For example, this is my transaction https://testnet.tonscan.org/tx/op5iqZD9X7...