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'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...
How can I query wallet or jetton balance on an old block number? Do I need an archive node for this?
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...
4 months ago
Hello, 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 ...
7 days ago
Is there any Thegraph or Chainlink equivalent that supports TON network?
8 days ago
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...
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
For example there is a contract. As I understand, on the tab Contract in section Data I can see data stored in this contract. How can I get it in more human-...
3 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()...
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
On my local machine How do I sign a random hash value by the private key of a ton address? If someone claims that a signature was generated by using the priv...
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 ...
3 months ago
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
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
Is there an explorer for testnet?
this is the error details: toncli run_tests INFO: 🌈 Start tests INFO: 🥌 Build successfully, check out ./build Loading private key from file build/contract....
24 days ago
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
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
I done all instructions from that guide: https://github.com/disintar/toncli/blob/master/INSTALLATION.md Arter toncli command i should have: Unfortunately i h...
2 months ago
When using a test network like testnet or sandbox - the toncoins are different from the official TON coin you buy in exchanges. Where can I get test toncoins...
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 ...
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
3 months ago
TON and Everscale have similar roots and should be fairly compatible from a technological perspective. Although they are separate networks with different val...
4 months ago
TonWeb JavaScript library requires a provider URL - where can I one for mainnet and one for testnet?
I'm working with TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = new T...
3 months ago
Добрый день! Не понимаю почему не получается распарсить комментарий, который приходит в транзакции Комментарий указаывается при отправке граммов с кошелька н...
27 days ago
TON wallets are smart contracts that need to be deployed on-chain. What if somebody did not yet deploy their wallet contract and their wallet is therefore un...
3 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...
3 months ago
As it mentioned in documentation FunC is used to program smart contracts on TON. But maybe exsists some ways to use other programming lunguages, such as Rust...
3 months ago
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