The main source of knowledge about Fift language is the whitepaper, available at https://ton.org/fiftbase.pdf. It is useful, but are there other articles, vi...
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 ...
I use Visual Studio Code with the "FunC Language Support" extension by Whales Corp. This setup is convenient and often helps with the autocompletion in FunC....
There's a main TON monorepo that includes cryptography: https://github.com/ton-blockchain/ton There's also TON Connect. As far as I understand, instead of th...
one year ago
Hi everione I try to understand logic of work API v4. In general I have a aim to get full graph of messages for some smart-contract call. I use next algorith...
one year ago
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one year ago
Sometimes it would be convenient if the gas fee for the transactions would be paid by some other account. In the EVM ecosystem there's EIP-2711 for that: htt...
one year ago
Is there a built-in square root function in the language? And if not, maybe there is a popular library with the optimal implementation? --- > This question w...
I'm interested in becoming a validator but there's a question. I see that some validator pools are marked as "not profitable" because they already have more ...
one year ago
To be a validator, do you need a server, or is it possible with a normal PC? As long as it meets the requirements, it should be ok, right? --- > This questio...
Can I transfer my TON NFTs to Metamask? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10197
What are compute_gas_fees and other_fee? They consume much more coins than gas fee. Is there a way to lower them? --- > Question imported from Telegram Chat:...
one year ago
Developing for EVM-based blockchains, I got used to doing that using ethers: parseFloat(ethers.utils.formatUnits(reserves.token0, token0.decimals)); Is there...
one year ago
Out of interest, what is the storage fee for a wallet per year? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/23290
What is the purpose of the Election contract on the TON blockchain, and why does it have a balance greater than the total stake of all validators combined? >...
one year ago
Nodes typically use SSDs, because they have faster access speed than HDDs. But an archive node needs lots of space, and SSDs storage is expensive. So maybe t...
one year ago
It's possible to create voting systems on TON, such as ton.vote. But usually it's known how a specific account voted. Is it possible to create a voting syste...
A good way to learn in development is to study code written by other people. There are open source smart contracts written in FunC that people can use for le...
one year ago
What would be your suggestions on some basic pet projects for studying main concepts of ton? These would be smart contracts to write immidiately after doing ...
In the docs.ton.org, we find: > There is a necessity for the synchronization of message routing and transaction execution. In other words, nodes in the netwo...
one year ago
Do any randomly generated 256 bits constitute a valid Ed25519 private key?" > This question was imported from Telegram Chat: https://t.me/tondev_eng/2728
one year ago
In general-purpose languages there often is some form of try. Is there anything like that in FunC I could use to validate data in msg_body? > This question w...
one year ago
How can you obtain a v3r2 address from a v4r2 address of a wallet in the TON network? -- > This question was imported from Telegram Chat: https://t.me/tondev...
one year ago
Given a frontend that lets users upload files to a server, is there a way to manage uploaded files with a TON smart contract? For example, make the uploaded ...
one year ago
I'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
If there are two dicts and one of them is bigger than other, would the operations like insert require more gas for the bigger one, or would the gas fees be t...
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...
TON documentation states that "every function in TVM program has an internal integer id by which it can be called". But how exactly can I call a function aft...
one year ago
Hello, regarding the API documentation, how can I create a new address? I didn't see any examples for address creation and sending transactions. Could you pl...
Where can I read about the TON Keeper extension and using it for websites (logging in, signing messages)? --- > This question was imported from Telegram Chat...
one year ago