Sometimes NFTs are used for granting access to some exclusive content. Let's say there is a Telegram channel or chat that should be available only to owners ...
I already have a game made with Unity. Can it be "imported" into TON? If it is possible, how do I do that and where do I start? --- > This question was impor...
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
Could you help me a bit? root@hz-ton:~# sudo docker-compose up [+] Running 1/1 ⠿ Container root-ton-node-1 Recreated 0.2s Attaching to root-ton-node-1 root-t...
5 months ago
Developing for EVM-based blockchains, I got used to doing that using ethers: parseFloat(ethers.utils.formatUnits(reserves.token0, token0.decimals)); Is there...
5 months ago
A good way to learn in development is to study code written by other people. There are open source smart contracts written in FunC that people can use for le...
5 months ago
I have a question that might be silly. If I get it right, declined transactions do not increment the seqno of the sender wallet. Can it lead to a situation w...
5 months ago
Can an NFT collection on TON consist of a million items or it's too much? Is there a size limit and how big is it? --- > This question was imported from Tele...
5 months ago
Seqno is meant to increment when transactions happen. But does it always change with each one transaction, or is it possible that some smart contract is invo...
5 months ago
I would like to track every change regarding Telegram anonymous numbers. They exist as NFTs, so any transaction such as ownership change is stored in the TON...
5 months ago
TON API provides REST API access to TON Blockchain. Some of its methods require to fill the {account-id} variable. What should I put there, what value format...
5 months ago
In the NFT world usually only a link to the image is stored on-chain, and the image file itself is stored somewhere else. It can possibly lead to "link rot" ...
5 months ago
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC....
Currently TON blockchain consists of only one workchain and the masterchain. All the smart-contract code in masterchain and basic workchain is executed by TV...
5 months ago
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
5 months ago
There are numerous APIs that let you get information on TON wallets, NFTs and so on. But is there a known API with methods that provide information on the va...
Can I collect information on all the incoming external messages that a specific smart contract receives? Everything that goes through its recv_external(). --...
5 months ago
TON Storage isn't meant to be a hosting for all kinds of websites, but it can host static content. Are there any real-life examples of static TON Sites that ...
5 months ago
In modular arithmetic there is such a thing as modular multiplication. Does it have a built-in support in FunC? --- > This question was imported from Telegra...
4 months ago
I would like to store data in the smart contract storage in such a way that only the owner of that smart contract could read it. How to achieve it? --- > Thi...
4 months ago
I'd like to learn developing on TON by creating some small pet projects. What kinds of such projects would be the most helpful and give the most useful exper...
4 months ago
Could I run a TON Proxy on a Raspberry Pi 400? And what are its minimum system requirements in general? --- > This question was imported from Telegram Chat: ...
4 months ago
I need to send Toncoins to many different wallets at once. So instead of sending lots of transactions one by one, I would be happy to use something that lets...
4 months ago
Nodes typically use SSDs, because they have faster access speed than HDDs. But an archive node needs lots of space, and SSDs storage is expensive. So maybe t...
4 months ago
The cell structure on TON has strict limitations, it can contain up to 1023 bits and up to 4 references to other cells. But where does this reference limitat...
4 months ago
For many applications it's not reasonable to put all their data on the blockchain. So they need separate hosting for the things like a database, but they mig...
4 months ago
Is there a conventional way to concatenate two strings using FunC? --- > This question was imported from Telegram Chat: https://t.me/tondev/130472
4 months ago
Recently a TON update allowed users to send transactions with end-to-end encrypted text messages. Do I get it right that the encryption happens client-side a...
4 months ago
On the Tonscan and Tonviewer explorers you can find some general stats numbers on TON. But those two websites provide different numbers of addresses. What ca...
I'm used to timestamps in Unix time, where digits stand for the seconds passed since 1970. Logical time on TON is also a long number, but it seems different....
4 months ago