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
I've been playing around with toncli and smart-contract development, but I've been stuck on the toncli deploy command. I'm using a macbook with M1 chip, so I...
Since it's expensive to store data on-chain, NFT image files are usually stored off-chain. But some people still prefer to store NFT images (at least very sm...
one year ago
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction it returns a list of transactions: Returns Promise; outMessagesCount: number; prevT...
I mostly work with Java, so it would be convenient for me to develop on TON using that language. Are there any Java libraries to work with TON? --- > This qu...
I am using TonWeb to get data from a Jetton wallet: javascript let res = new TonWeb.token.jetton.JettonWallet( tonweb.provider, { ownerAddress: new TonWeb.Ad...
How can I print out something in FunC? https://t.me/tondev_eng/9305
2 years ago
How do you update tlo files? I have found an update-tlo.sh file, but it can't find tl-parser utility. --- > This question was imported from Telegram Chat: ht...
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
I have some Ton stuck in safepal and when I try to send it to my tonkeeper wallet it just shows the spinning progress logo forever and never changes , and th...
11 months ago
I have a very bad situation. My Atomic wallet have TON. But I can't send it. I get an error: " TON sending operations might not work correcly in Atomic if yo...
10 months ago
I want to add ton raffes token to safepal but safepal wallet doesnt support ton customnetwork. How to add ton network manually to safepal wallet
10 months ago
Some projects like exchanges ask users to include memo (a comment) in the TON coin transaction. What is the purpose, isn't the address enough for identificat...
one year ago
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 ...
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...
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...
TON whitepapers present "Infinite Sharding Paradigm", but I couldn't quite figure it out by reading the whitepapers. Is there another explanation avaliable s...
one year ago
Is there any specific reason why single line comments in FunC start with ;; and not something more common like //? It feels very odd. --- > This question was...
one year ago
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
one year ago
It is known that a special "highload wallet" is for those who have lots of transactions. But what exactly do "lots" mean: where is the boundary between "regu...
one year ago
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
one year ago
I've heard there's some library by Andrey Pfau for developing on TON using the Kotlin language. What's the name of library and where can I find it? Maybe it'...
one year ago
TON development world seems to be JavaScript/TypeScript-centered for now. If I know come from Python background, what should I use to develop on TON? --- > T...
There are TON domains like user.ton and there is TON DNS system for them. But what about subdomains? Could owner of a domain like user.ton create subdomains ...
one year ago
Hello, TON recently updated the repository with the build documentation, but while building it locally, many errors are coming up , mainly the libsodium file...
Assuming that I am an experienced developer that can properly read protocol level virtual machine programming, what is the repository of the TVM? --- > This ...
What's the easiest way to get the number of the latest block on the TON blockchain? --- > This question was imported from Telegram Chat: https://t.me/tondev/...
one year ago
How to generate address from seed phrase in Python? Как сгенерировать адресс из seed фразы на питоне?
10 months ago