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
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
20K Views
0 Votes 1 Answers 20K 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
19K Views
1 Votes 2 Answers 19K 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
20K Views
2 Votes 1 Answers 20K 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
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K 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
one year ago
0 Votes
1 Answers
32K Views
0 Votes 1 Answers 32K 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...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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
20K Views
0 Votes 1 Answers 20K 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...
one year ago
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there a built-in way to exponentiate numbers in FunC? If there isn't and it is up to developer to write a function, probably the community has already wri...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
I have a usual user-friendly bounceable contract address. I need to get the raw HEX form of it. How do I convert it? --- > This question was imported from Te...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
There are special "highload wallets" for those who make lots of transactions (like exchanges). But aren't the regular wallets good enough? They look fast and...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
It is probably a silly question, but it is confusing for a newcomer. What is the difference between msg and msg_body, aside from the type difference? --- > T...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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
one year ago
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
Many programming languages have a ternary operator, such as booleanExpression ? expression1 : expression2 in Java (if booleanExpression equals true, than exp...
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
On the Ton Whales website there is a "Top 1000 accounts" list sorted by the balance size: https://tonwhales.com/explorer/top How exactly such a list can be c...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
I would like to become a part of TON blockchain and run a full node without becoming a validator. What are good options for this? Do node owners usually rent...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
one year ago
1 Votes
0 Answers
18K Views
1 Votes 0 Answers 18K Views
To interact with the outside world blockchains rely on oracles. But I see a problem here. Let's say we have a betting contract that lets users place their be...
one year ago
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
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
3 Votes
3 Answers
18K Views
3 Votes 3 Answers 18K 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...
one year ago
0 Votes
2 Answers
19K Views
0 Votes 2 Answers 19K 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...
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