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...
Hey everyone. I hope you are doing well. Maybe you could also help us with a list of items needed for us to do an integration review. We have the DEX API but...
6 days ago
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
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
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
Добрый день! Не понимаю почему не получается распарсить комментарий, который приходит в транзакции Комментарий указаывается при отправке граммов с кошелька н...
27 days ago
Пытаюсь разобраться с библиотеками TON для python, но совершенно не понимаю как мне с помощью кода отправить 1 TON с кошелька A на кошелек B. HELP PLEAS!
Hi everyone. What's the safest way to unwrap TON? Got some via Metamask, and now wondering how to access the bridge safely.
one month 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...
When I try to install toncli I see : (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config folder 4you ...
one month ago
Is there an explorer for testnet?
System; Ubuntu 22.04 The site from which I downloaded binaries Name of the lib toncli (ton developer libs) ERROR: Command '['/home/fera/ton/fift', '-V']' die...
one month ago
I want to pay all fees (including storage fee) for A contract from B contract. Is it possible with TON actors model architecture? I want to see clean balance...
one month ago
I have function like that: func () save_data_on_update(slice destination_address) impure inline { builder q = begin_cell(); builder qSliceDestinationAddress ...
one month ago
Heyy guys, i had a problem when deploying the contract on the console using <>
2 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
Hello. We are developing a game project on the blockchain. Every day, tens of thousands of users should receive game tokens for activity in the game. At the ...
2 months ago
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
2 months ago
How can i run and launch a TON Site on windows server with IIS web server?
How can i create wallet with .net core?
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
Where can I find the format of transactions returned by the Tonweb getTransactions() method? Specifically, the format of the 'message' and 'msg_data' fields ...
3 months ago
I can't find one on the official extension store, is someone working/getting to work on one?
3 months ago
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
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
Hi guys. I am new to programming, but I really want to connect my future with the TON blockchain. Where would you advise me to start? What programming langua...
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