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
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 Metamask but never used it for TON before. Is to possible do to that? And if it is, where I might find settings for the network switch on Metamask wal...
When I try to install toncli using Windows I see: (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config...
one year ago
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...
I am working on Ubuntu 22.04. I've downloaded TON binaries from github.com/SpyCheese/ton/actions/runs/3648473538. I've tried using the toncli lib (ton develo...
one year 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?
I have function like this: clike () save_data_on_update(slice destination_address) impure inline { builder q = begin_cell(); builder qSliceDestinationAddress...
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
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
We are developing a Web3 game project. Every day, tens of thousands of users should receive game tokens for activity in the game. At the moment, the project ...
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
2 years ago
How can I run and launch a TON Site on windows server with IIS web server?
How can I programmatically create a TON wallet using .NET Core?
When running the command: cmake --build . --target adnl-http-proxy --config Release The build fails with error: msbuild: can not find adnl-http-proxy.vscxpro...
Where can I find the format of transactions returned by the TonWeb getTransactions() method? Specifically, the format of the 'message' and 'msg_data' fields ...
2 years ago
I can't find one in the official extension store, is someone working/getting to work on one?
I am looking for an easy walkthrough for setting up a TON Site. I have setup the usual webserver using Nginx, with /var/www/site website directory. What shou...
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...
2 years ago
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 language should...
2 years ago
FunC is the primary language used to program smart contracts on TON, but are there ways to use other programming languages to write smart contracts in progra...
2 years ago
I'm interested to see the project's future and how its sales and prices change. Also, is there a roadmap or schedule for the TON DNS project?
I'm trying to compile a lite client on a macbook with M1, which gives an error: march-native is not supported How can I compile on mac book M1 (ARM)? Is ther...
2 years 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...
2 years 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...
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 ...
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...
Are there any examples in Python for signing and sending TON transactions? For example, sending TON coin from one wallet to another. --- > This question was ...
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...