Follow the docs there:https://ton.org/docs/develop/func/overview back by the code: () send_money(slice address, int amount) impure inline { var msg = begin_c...
Is there an explorer for testnet?
Run command: cmake --build . --target adnl-http-proxy --config Release Build fails with error: msbuild: can not find adnl-http-proxy.vscxproj How to build wi...
3 months ago
Will the sale of the TON domains as an auction become a normal sale one day? Will the price of domains decrease? Is there a roadmap or schedule for the TON D...
I'm trying to compile a lite client on a macbook with M1, it gives an error: march-native is not supported How can I compile on mac book M1 (ARM)? Is there a...
3 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 toncoin. Is ...
If I am someone who is interested in potentially holding and storing, say, a significant amount of toncoin, what options do I have and what would be the pros...
TON appears to be a chaotic blockchain with a myriad of fees that may seem unclear at first glance. A shortage of helpful information on official documentati...
4 months ago
I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to send some transaction and after it confirm...
4 months ago
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...
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
4 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 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...
4 months ago
According to TON whitepaper, the TON blockchain network supports multiple chains. What's the differences between these and which workchain should I use when ...
4 months ago
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...
4 months ago
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...
I found online mentions of projects using Solidity to build for TON instead of using FunC and Fift. Is this really possible to do? I already know Solidity an...
4 months ago