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...
I know there are multiple TON wallets for different platforms. Can you name some open source ones for iOS? --- > This question was imported from Telegram Cha...
one year ago
How can I programmatically create a TON wallet using .NET Core?
Highload wallets use queryId instead of seqno. It is better suited for large amounts of transactions, but does it come with a cost in terms of gas? How much ...
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...
one year ago
I would like to create a crypto wallet and wanted to find out whether TON has a Facebook-like console that provides developers with keys or a secret API Key ...
If I want to hold and store a significant amount of toncoin, what options do I have and what would be the pros and cons of the various approaches from a secu...
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...
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...
one year ago
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
8 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 ...
one year ago
So far, the only wallet that I found that supports staking is TonHub, but it is mobile only and closed source. The official open source and cross-platform TO...
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
one year ago
Hello, regarding the API documentation, how can I create a new address? I didn't see any examples for address creation and sending transactions. Could you pl...
Consider I have a highload wallet smart contract deployed to the TON network and I send an external message to it in order to deliver 100 value transfers to ...
I created a wallet programmatically by following this article. I just copied the code and executed it. Created a wallet and created 2 transactions (incoming ...
8 months 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...
one year ago
Back in 2020-2021, I mined TON alongside ETH. This was through TonWhales. The system utilized a Telegram channel to check balance, deposit, withdraw, etc. Ob...
5 months ago
On TON the wallet address is derived from the combination of a key and a wallet contract. So the same key used with different wallet versions (v4r1, v3r2 and...
Does anyone know if multiple addresses correspond to a 24-word mnemonic or if this is a 1:1 relationship between them? On networks like Ethereum, a mnemonic ...
I wanna build a ton dapp on tg bot, but I cant find the way to switch net work in the official wallet bot. This is the code I forked. https://github.com/ton-...
Is subwallet_id the same as workchain_id in TON network? ---- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2696
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
Do any randomly generated 256 bits constitute a valid Ed25519 private key?" > This question was imported from Telegram Chat: https://t.me/tondev_eng/2728
one year ago
Are there any examples in Python for signing and sending TON transactions? For example, sending TON coin from one wallet to another. --- > This question was ...
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...
one year ago
Among different TON wallets there is a browser extension simply called "TON Wallet": https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhm...
There are several different wallet contract versions on TON, with the latest wallet contract version currently being v4r2. They have different abilities and ...
one year ago
How can you obtain a v3r2 address from a v4r2 address of a wallet in the TON network? -- > This question was imported from Telegram Chat: https://t.me/tondev...
one year ago
I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin t...