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 3 months ago

Reputation

13 + 13 this December 0 2

Badges 2

Editor Newbie
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K 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...
9 months ago
1 Votes
0 Answers
11K Views
1 Votes 0 Answers 11K 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...
9 months ago
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K 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...
9 months ago
1 Votes
2 Answers
11K Views
1 Votes 2 Answers 11K 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...
9 months ago
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K 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": "....
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Suppose I'm deploying an NFT collection consisting of 1000 items. I would like to know the minting cost in advance. How can I calculate it? --- > This questi...
7 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
It's possible to create voting systems on TON, such as ton.vote. But usually it's known how a specific account voted. Is it possible to create a voting syste...
7 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Pseudo-anonymity is important for crypto. How do I get TON without KYC? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8312
7 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Some programming languages have built-in functions like is_int() helping to check quickly if a specific variable is of type integer or not. Is there somethin...
7 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I want to understand how TON as a blockchain works. I aim to understand: 1. Ton Virtual Machine 2. Blockchain Consensus I come from a Solidity background. Ar...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I would like to put some utility functions into different files and call them from the main contract file. How can I do that? --- > This question was importe...
7 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
TON testnet went down for some time. Since it's the testing network (not the main one) and it was temporary, it's obviously not a critical issue. But what's ...
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
7 months ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
8 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
How can I transfer TON in PHP? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8808
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Sometimes it would be convenient if the gas fee for the transactions would be paid by some other account. In the EVM ecosystem there's EIP-2711 for that: htt...
7 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Why is it that during the TonCLI run_tests procedure, already defined comes up even with only having 2 procedures in test file? The error is as follows: [ 1]...
7 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Where can I read details about BOC flags, including CRC ? ------- > This question was imported from Telegram Chat: https://t.me/tondev_eng/26701 https://t.me...
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...
9 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
In languages such as x86 assembly there is a NOP instruction that does absolutely nothing. Is there something like that when using the Fift language? --- > T...
7 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Is there a way that I can use .ton as a domain name? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9399
9 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Web3 aims to be decentralized, but it's not always so in reality. Sometimes there is a "higher power" that can intervene to some degree, such in the case of ...
6 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
There is an item at the end of roadmap in the TON website that mentions "Bitcoin & EVM Workchains". Is there any reading material available on that? It's men...
6 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Is it possible to programmatically monitor what smart contracts were deployed on TON on any given day? Not just general statistics "how much contracts were d...
6 months ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
The pytonlib is the commonly used python package for TON, but they don't have many examples. How do I create a TON address, check the transactions of the add...
7 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I know there's a project TonAPI that provides REST API to TON blockchain. Is it the only one or are there other projects like that? --- > This question was i...
api
7 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Can I calculate the exact fee for a certain transaction? How to do it? --- > This question was imported from Telegram Chat: https://t.me/tondev/122981
7 months ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Is there a method like this in the js-sdk to get the raw address from the bounceable address "EQD-Im0tOZM_7tM9e-dpCHk72xAuwFTtXnhAicHLmkw3MALm" as "0:fe226d2...
7 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
On other blockchains there are projects like Tenderly and Pagoda that help with tasks such as smart contract analytics. Are there any alternatives to them in...
7 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.

9 months ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
14K Views
3 Votes 2 Answers 14K 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 ...
one year ago