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...
3 months 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 ...
3 months ago
TON wallets are smart contracts that need to be deployed on-chain. What if somebody did not yet deploy their wallet contract and their wallet is therefore un...
3 months 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...
3 months ago
I want to create a new wallet on TON blockchain - the wallet is defined by its 24 secret words (the mnemonic phrase). How can I generate this phrase securely...
3 months ago
I want to develop different things for the TON ecosystem, like: * Smart contract * Telegram bot * Dapps What programming languages can be used for building t...
3 months 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...
3 months ago
I read in the TON Whitepaper that TON blockchain supports sharding. How is this mechanism working? How does it allow the network to scale to billions of tran...
3 months 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...
3 months ago
TON and Everscale have similar roots and should be fairly compatible from a technological perspective. Although they are separate networks with different val...
4 months ago
TON appears to be a chaotic blockchain with a myriad of fees that may seem unclear at first glance. A shortage of helpful information on official documentati...
4 months 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 ...
4 months 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...
4 months ago
I found online mentions of projects using Solidity to build for TON instead of using FunC and Fift. Is this really possible to do? I already know Solidity an...
4 months ago