I'm developing a smart contract for TON blockchain in FunC and I'm trying to find a bug in my code. I'm trying to debug the issue and will appreciate somethi...
There's a lot of setup for a project to implement a smart contract in FunC for TON blockchain (ton.org). Is there a good practice setup project that provides...
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...
In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the T...
Are there any oracle services such as ChainLink or data aggregators such as The Graph that support the TON network?
4 months 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...
6 months ago
Is there an API method to query data according to old blocks? For example, specify an old block number and query the TON balance of a wallet. A different exa...
According to TON whitepaper, the TON blockchain network supports multiple chains. What's the differences between these and which workchain should I use when ...
8 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...
8 months ago
How is the gas fee for a transaction on The Open Network calculated?
8 months ago
I want to use a hardware wallet like Ledger or Trezor for storing my TON coins. But unfortunately both don't currently have official support for TON coin. Is...
Hello, I'm considering to move my projects from another blockchain to TON but I still don't understand how to handle the asynchronous part. One of my project...
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...
4 months ago
How do I sign a random hash value with the private key of a ton address? If someone claims that a signature was generated by using the private key of a publi...
I know there are explorers like Tonscan and Tonapi you can use to see things like transaction details for any address on mainnet. Is there such a service for...
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 ...
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
7 months ago
Given contract A and contract B, is it possible for all of contract A's fees (including the storage fee) to be paid by contract B?
When using a test network like testnet or sandbox - the TON coin is different from the official TON coin you buy in exchanges. Where can I get test TON coin ...
Is there an API that can create a new TON wallet using code? Creating and deploying are two different steps. So how I can create many uninitialized wallet ad...
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...
7 months ago
In order to compile smart contracts in the FunC language I need the executables named func and fift. They are used to compile my FunC source code to TVM byte...
8 months ago
There's an existing contract that was deployed by somebody else, for example a token, that has getter methods like get_balance(address) or get_total_supply()...
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...
8 months ago
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
8 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...
7 months 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 ...
17 days ago
Hello everyone, please explain: ```` () send_message_back(addr, ans_tag, query_id, body, grams, mode) impure inline_ref { ;; int_msg_info$0 ihr_disabled:Bool...
one month 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 month 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 month ago