Usually new blocks on TON blockchain are formed every new seconds so there's no reason to worry about waiting too long. But I've heard that under some circum...
2 years ago
Is it possible to send Toncoins and Jettons in the same transaction? If it is, how to do it exactly? --- > This question was imported from Telegram Chat: htt...
2 years ago
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
2 years ago
As far as I understand, code in FunC language compiles to Fift, and then from Fift code the resulting bag of cells is generated. Could I make my code more co...
FunC is the primary language used to program smart contracts on TON, but are there ways to use other programming languages to write smart contracts in progra...
2 years ago
When using a test network like testnet or sandbox - the TON coin is different from the official TON coin you buy in exchanges. Where can I get test TON coin ...
What would happen if someone tried to send an internal message with zero ton coins? And if the receiving party calls accept_message(), who would pay the fee?...
2 years ago
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
2 years ago
When working with TON blockchain, I need to provide a network config file, for example when using the lite client: lite-client -C global.config.json -c 'send...
2 years ago
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 found a strange behavior in func bitwise operation. I don't understand why. slice slice0 = begin_cell().store_coins(123).end_cell().begin_parse(); int resu...
One of the most simple and popular ways to create a Telegram chat bot is to use aiogram framework. And one of the most popular ways to provide UI for a servi...
one year ago
I'd like to know more about emission on TON blockchain. Where can I read about it? Or maybe instead of reading I should use an explorer to check some special...
2 years ago
Is there any API to monitor prices of TON-based NFTs? --- > This question was imported from Telegram Chat: https://t.me/tondev/113208
I am looking for a plug-and-play privacy layer on top of TON that a developer can leverage to make their TON DeFi apps privacy preserving both for users and ...
2 years ago
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
2 years ago
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...
2 years ago
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...
2 years ago
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...
What is the difference between addresses that start with EQ and those that start with UQ? There are also addresses that start with kf, but when searched up o...
If there are two dicts and one of them is bigger than other, would the operations like insert require more gas for the bigger one, or would the gas fees be t...
The address Ef8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0vF looks very pretty, holds a lot of TON coins and has a lots of transactions, as can be seen in an...
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...
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
2 years ago
Is there an API method to query data according to old blocks? For example, specify an old block number and query the TON balance of a wallet. A different exa...
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...
2 years ago
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...
2 years ago
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...
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...
one year ago