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
Profile picture
Telegram Chat Import
Moderator
402 Questions, 1 Answer
  Active since 10 October 2022
  Last activity one year ago

Reputation

55 + 12 this October 0 2

Badges 2

Editor Newbie
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Is there a dedicated chat group for validators? I'm looking because I want to discuss updates to MyTonCtrl. --- > This question was imported from Telegram Ch...
one year ago
1 Votes
0 Answers
14K Views
1 Votes 0 Answers 14K 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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Many TON tutorials and whitepapers mention Linux/macOS-specific things like /usr/lib/fift path, terminal commands and so on. Can I develop smart contract on ...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
It's planned to separate the roles of Collator and Validator in TON blockchain. So in addition to current node types such as the Validator node there will be...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Suppose there is a mutex that locks some operations in the smart contract waiting for some other execution chains outside of the smart contract to finish. Is...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Hey all - does anyone know why ther are different addresses between the PoW giver contracts listed here: https://ton.org/docs/#/howto/pow-givers and the ones...
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K 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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
As far as I understand, on TON blockchain there is a globally set gas limit, and its value usually stays the same, but hypothetically it could be changed. If...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Is it possible to call a function in a recursive way in FunC? If so, how exactly should I do it? I haven't found it in the FunC documentation, is it covered ...
one year ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K 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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Suppose there is a web3 blog platform where people follow specific writers. Each follower has its own smart contract. Usually data such as "X follows Y" woul...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K 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 ...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I've been trying to do the following using the uncons function, but it doesn't destructure as I expect it to: (var l, var rvalues) = uncons(values); --- > Th...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Given a frontend that lets users upload files to a server, is there a way to manage uploaded files with a TON smart contract? For example, make the uploaded ...
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K 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...
one year ago
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K Views
Do I get it right that if my smart contract needs to store a string longer than 1023 bits, I should split that thing in parts and make a chain of cells conta...
one year ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K 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,...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
As far as I understand, a seed phrase (mnemonic words) and a private key are dependent on each other. If I know one of them, can I generate the other from it...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
one year ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm trying to compile compile fift from the master, I'm getting this linking error: ton/third-party/rocksdb/env/io_posix.cc:686: undefined reference to 'io_u...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
If I want to make a board game, in order to show the fairness of the game, I put all the back-end computing on the blockchain. A board game could require ran...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Out of interest, what is the storage fee for a wallet per year? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/23290
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
How is a reference serialized (stored)? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9475
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
It looks like Message X is almost the same as MessageAny. What is the difference? --- > This question was imported from Telegram Chat: https://t.me/tondev_en...
one year 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.

one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
How can you obtain a v3r2 address from a v4r2 address of a wallet in the TON network? -- > This question was imported from Telegram Chat: https://t.me/tondev...
3 Votes
2 Answers
23K Views
3 Votes 2 Answers 23K Views
Consider I have a highload wallet smart contract deployed to the TON network and I send an external message to it in order to deliver 100 value transfers to ...
2 years ago
1 Votes
1 Answers
13K Views
1 Votes 1 Answers 13K Views
In Blueprint, we will need to write the Wrapper functions ourselves. More importantly, when we code the op code in our FunC code, we need to decode the strin...
one year ago