Hi there I had set up Trust Wallet and I have its 12-words seed phrase. I know that for other chains (ethereum for example) I can use this phrase to get acce...
6 months ago
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...
one year ago
I have done all instructions from this guide: https://github.com/disintar/toncli/blob/master/INSTALLATION.md After the toncli command, I should have: Unfortu...
one year ago
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
one year ago
When I execute the toncli run_tests command I get an error: toncli run_tests INFO: 🌈 Start tests INFO: 🥌 Build successfully, check out ./build Loading priv...
one year ago
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
one year ago
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
one year ago
I'm trying to send jettons from one wallet to another. For this I use the library tonweb. Whenever i send transaction, i get a zero amount of tokens. Why is ...
Is there anywhere that I can read about how many tokens were allocated to the TON foundation or similar entities in the initial release? Does the TON foundat...
one year ago
Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper? --- > This question was impor...
one year ago
I am trying to deploy a static website to TON Sites. What is the "ADNL address" used for linking the domain and where can I get it? --- > This question was i...
one year ago
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
one year ago
I've been trying to reuse a wallet deleted by DESTROY_ACCOUNT_IF_ZERO (32) flag. The way I do the transfer: Imagine we have 2 wallets: A and B. 1. We transfe...
6 months ago
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
Suppose I own a website and it is not a web3 dApp or something, just a regular old centralized one. On that website I take payments and I would like to accep...
one year ago
In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
one year ago
I would like to run my own JSON-RPC HTTP API for my TON application. How do I run it so that it's similar to the TON center one? https://toncenter.com/api/v2...
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
I am using the TON API to fetch transaction data, and I have noticed some discrepancies when using the /getTransactions, /lookupBlock, and /getBlockTransacti...
As recommended, I've been using the RPC provided by toncenter.com. Is there a way to get around this limitation? --- > This question was imported from Telegr...
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
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
one year ago
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
one year ago
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'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
How can I actually register a ton domain? And how to participate in a public auction? > This question was imported from Telegram Chat: > https://t.me/tondev_...
I am looking for documentation on how to send payments through TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10339
one year ago
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction it returns a list of transactions: Returns Promise; outMessagesCount: number; prevT...
I've been playing around with toncli and smart-contract development, but I've been stuck on the toncli deploy command. I'm using a macbook with M1 chip, so I...