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...
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
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...
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...
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": "....
9 months ago
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...
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...
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
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
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...
7 months ago
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...
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 ...
6 months ago
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...
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...
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...
How can I transfer TON in PHP? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8808
8 months ago
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
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]...
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...
7 months ago
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...
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
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
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
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...
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
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...
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...
7 months ago
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
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...
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...