It is well known that code written in FunC gets compiled to the Fift language (which is more low-level). But is there a way to go back and turn Fift code fil...
What protocols are supported by the "image" field in the NFT metadata? Can I use ipfs://, or is it limited to http:// and https:// ? --- > This question was ...
I would like to take a look at the source code of wallet contracts (wallet v3 and v4). As far as I understand, both these contracts are open source, but wher...
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
Do I get it right that there is no implementation of a floating-point numbers type such as float in FunC? --- > This question was imported from Telegram Chat...
I would like to make a list of all the active TON wallets. Since all the information on blockchain is public and can be seen in explorers, theoretically it i...
Among different TON wallets there is a browser extension simply called "TON Wallet": https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhm...
We have a project written in Solidity. How much effort would it take to move such a project to TON? Does it mean a total rewrite from scratch in FunC, or is ...
What determines the purity of a function? A) It must only read the function parameters. B) It can read values outside of the function parameters and return a...
one year ago
In the world of TON development, when it comes to messages, I often see references to seqno but I haven't yet understood, what exactly that is? What do we ne...
one year ago
I know there are multiple TON wallets for different platforms. Can you name some open source ones for iOS? --- > This question was imported from Telegram Cha...
one year ago
The address Ef8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0vF looks very pretty, holds a lot of TON coins and has a lots of transactions, as can be seen in an...
I've created a new wallet. It looks ready to use, but explorers like Tonscan say its state is "inactive". What exactly does it mean? How should I make it act...
I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin t...
Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code...
one year ago
How do you hardcode an address in a smart contract? An example in both FunC would be helpful. https://t.me/tondev_eng/4099
one year ago
I see that there is a touch method in the wallet v4 contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exa...
How can I print out something in FunC? https://t.me/tondev_eng/9305
one year ago
What's the difference between addr, and Addr, by the way? https://t.me/tondev_eng/9063
one year ago
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...
What is the best block explorer for the TON network? I'm looking specifically for an explorer that allows developers to look at smart contract bytecode, veri...
How do I get an RPC endpoint for the TON network, and where can I get relevant documentation for it?
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...
What is the best place to find developer documentation for TON?
one year 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...
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...
one year ago
Are there any oracle services such as ChainLink or data aggregators such as The Graph that support the TON network?
one year ago
When I execute the toncli run_tests command I get an error: toncli run_tests INFO: 🌈 Start tests INFO: 🥌 Build successfully, check out ./build Loading priv...
one year ago
For some reason I can't parse commentary that I receive in a transaction. This commentary is specified when sending ton coins from a wallet to a smart contra...
I'm trying to get my head around TON Python libraries. But I don't get how can I send 1 TON coin from a wallet A to wallet B using code. How can I do it?