I have a question about the burning mechanism. It seems that the Elector smart contract does not send half of network fees to black hole address. Indeed, the...
one year ago
In the docs.ton.org, we find: > There is a necessity for the synchronization of message routing and transaction execution. In other words, nodes in the netwo...
one year ago
// Create a transfer const seqno: number = await contract.getSeqno(); const transfer = await contract.createTransfer({ seqno, secretKey: keyPair.secretKey, m...
9 months 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 got some "wrapped TON" (ERC-20 TON equivalent) via Metamask and I want to "unwrap" it (turn it into regular TON coins). I wonder how to access the bridge s...
one year ago
How do we validate given address is valid TON address or not? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/31173
one year ago
I have a simple transfer from a TON wallet to a contract. It has a comment: "2". Is there a way to parse this comment within the recv_internal function? Here...
one year ago
What would be the best method to check if my address received a payment with a specific message? Is 'getTransactions' method okay? ---- This question was imp...
one year ago
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...
I would like to take a look at the source code of wallet contracts (wallet v3 and v4). As far as I understand, both these contracts are open source, but wher...
In TON software development, everything is a cell. Every cell can reference up to 4 other cells, creating a parent-child relationship. What if I have a speci...
what is the shortcut key for building project on blueprint
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...
one year ago
I would like to develop a lottery smart contract on TON. This would likely require a source of randomness. How would I start? --- > This question was importe...
one year ago
I have a usual user-friendly bounceable contract address. I need to get the raw HEX form of it. How do I convert it? --- > This question was imported from Te...
There are different wallet contract versions on TON, currently going up to the v4r2. Some of the differences between them are well-known, such as plugin supp...
one year ago
In explorers such as Tonscan every Jetton page has a field called "mutable" with "yes/no" value in it. What does that mean, what exactly in Jettons is mutabl...
one year ago
I want to add ton raffes token to safepal but safepal wallet doesnt support ton customnetwork. How to add ton network manually to safepal wallet
8 months ago
Blockchains are meant to be trustless, so it's good when the user can check how some smart contract works instead of trusting its author. Verifying smart con...
one year ago
Hi all, have a question. I have a new Tonkeeper address, and I've sent to it 25 ton. Nothing arrived, so i checked it out on tonscan.org, and well, when i in...
9 months ago
Among different TON wallets there is a browser extension simply called "TON Wallet": https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhm...
It's planned to separate the roles of Collator and Validator in TON blockchain. So in addition to current node types such as the Validator node there will be...
I know that an NFT collection on TON requires a metadata file in JSON format. Is there some kind of reference file to look at? --- > This question was import...
one year ago
There is an open source tool minter.ton.org for deploying custom Jettons to mainnet. Is there something like it for testnet? --- > This question was imported...
How to send bounceable transfer of native TON? According to the documentation: * https://docs.ton.org/develop/smart-contracts/tutorials/wallet * https://docs...
8 months ago
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
one year ago
Some of the wallets in TON ecosystem can open both mainnet wallets and testnet wallets, while some support mainnet only. Can MyTonWallet be switched from the...
On TON (and other blockchains that I know of) word mnemonics are like both login and password at the same time. So if I get it right, technically nothing sto...
one year ago
I am working on Ubuntu 22.04. I've downloaded TON binaries from github.com/SpyCheese/ton/actions/runs/3648473538. I've tried using the toncli lib (ton develo...
one year ago
Hi there, I am looking for a linux command-line wallet for Toncoin. Is there already such a project or is the there an SDK/Whitepapper to implement it myself...
one year ago