I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to first send a transaction, and then after i...
2 years ago
How to generate address from seed phrase in Python? Как сгенерировать адресс из seed фразы на питоне?
one year 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'm working with the TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = n...
2 years 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
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
There are TON domains like user.ton and there is TON DNS system for them. But what about subdomains? Could owner of a domain like user.ton create subdomains ...
2 years ago
I am using the TON API to fetch transaction data, and I have noticed some discrepancies when using the /getTransactions, /lookupBlock, and /getBlockTransacti...
Hi is it possible to calculate input and output message hash before sending it. For example, this is my transaction https://testnet.tonscan.org/tx/op5iqZD9X7...
one year ago
I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or e...
2 years ago
How can I call a function from a smart contract using Python? > This question was imported from Telegram Chat: https://t.me/tondev_eng/27664
Hi everione I try to understand logic of work API v4. In general I have a aim to get full graph of messages for some smart-contract call. I use next algorith...
one year ago
There is an item at the end of roadmap in the TON website that mentions "Bitcoin & EVM Workchains". Is there any reading material available on that? It's men...
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
2 years ago
We are developing a Web3 game project. Every day, tens of thousands of users should receive game tokens for activity in the game. At the moment, the project ...
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...
2 years ago
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
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
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
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
2 years ago
Case 1: () recv_internal(int my_balance, int msg_value, cell in_msg_full, slice in_msg_body) impure { slice cs = in_msg_full.begin_parse(); int flags = cs~lo...
2 years ago
I've created a new smart contract and I've sent three different transactions to it via TonKeeper, but it still has inactive status. What should I do? --- > T...
one year ago
How can I run and launch a TON Site on windows server with IIS web server?
I would like to know stats on the validators and staking: number of wallets participating in it, amount of coins and so on. There is some info by TON Whales,...
When "throwing" inside a function, is the transaction cancelled? For example, if I send 10 TON from a main account but in a smart contract there an error is ...
2 years ago
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
2 years ago
There's a main TON monorepo that includes cryptography: https://github.com/ton-blockchain/ton There's also TON Connect. As far as I understand, instead of th...
2 years ago
When I try to install toncli using Windows I see: (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config...
2 years ago