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 ...
one year ago
Hierarchical Deterministic wallets (HD wallets) allow you to use one secret mnemonic and generate many different wallet addresses for the same user. Is this ...
2 years ago
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
2 years ago
One of the primary differentiators of TON is the fact that it is an asynchronous block chain. This introduces concepts such as lamport time and crazy orderin...
one year ago
It's said that TON blockchain is capable of processing millions of transactions per second. That sounds like it only needs to spend a small fraction of a sec...
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
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
2 years ago
Why source addres is so important when a contract address being created? In whitepaper: 2.1.2. Source and destination addresses of a message. ``` Any message...
2 years ago
In the Solidity programming language on the EVM, we need to be mindful of gas usage for each line of code. For now, the difference in gas cost in TON is stil...
2 years ago
TON whitepapers present "Infinite Sharding Paradigm", but I couldn't quite figure it out by reading the whitepapers. Is there another explanation avaliable s...
one year ago
Suppose there is a mutex that locks some operations in the smart contract waiting for some other execution chains outside of the smart contract to finish. Is...
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
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...
2 years ago
I'm currently using wallet contract v3. It was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new walle...
2 years ago
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
2 years ago
Suppose there is a web3 blog platform where people follow specific writers. Each follower has its own smart contract. Usually data such as "X follows Y" woul...
2 years ago
According to TON whitepaper, the TON blockchain network supports multiple chains. What's the differences between these and which workchain should I use when ...
2 years 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...
one year ago
What is the purpose of the Election contract on the TON blockchain, and why does it have a balance greater than the total stake of all validators combined? >...
2 years ago
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...
2 years ago
Currently it is debated whether or not it is a good idea to temporary freeze the inactive mining wallets. Regardless of the discussion outcome, how exactly s...
2 years ago
I want to develop different things on TON, like: * Smart contracts * Telegram bots * Dapps What programming languages can be used for building these things? ...
2 years ago
TON uses logical time (also known as Lamport time) in messages to track the order of events. But how exactly that time is generated? --- > This question was ...
2 years ago
In TON blockchain, when implementing my dapp smart contract in FunC, my contract can accept both internal messages handled by recv_internal() and external me...
2 years ago
While building a dApp some questions arise such as "where to store static files for UI" and "where and how to cache data for the app to be responsive". Is th...
2 years ago
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
2 years ago
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 ...
one year ago
Is there a size limit for bocs? I've heard values such as 64kb, but I don't know where this limit is defined. --- > This question was imported from Telegram ...
2 years ago
Fully on-chain services are hard to find. I've seen the opinion that business isn't interested in making them because it's much easier to put a part of the s...
2 years ago
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