There are several different wallet contract versions on TON, with the latest wallet contract version currently being v4r2. They have different abilities and ...
one year ago
What is the right way to concatenate strings? I've tried this but didn't succeed: .store_slice("start test " + VAR1 + " finish text") --- > This question was...
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
I read in the TON Whitepaper that TON blockchain supports sharding. How does this mechanism work? How does it allow the network to scale to billions of trans...
2 years ago
Is it possible to check what balance a specific wallet had in a specific moment in the past, given in unixtime? Is it possible to do that via Toncenter? --- ...
one year ago
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...
Is there a way that I can use a TON wallet to log in to a website? Specifically, I am looking at the functionality that is already present on getgems.io. ---...
one year ago
How do we validate given address is valid TON address or not? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/31173
one year ago
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
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
Currently TON blockchain consists of only one workchain and the masterchain. All the smart-contract code in masterchain and basic workchain is executed by TV...
one year ago
Is the https://docs.ton.org/learn/tvm-instructions/tvm-upgrade-2023-07 upgrade really available on testnet? I'm trying to use ECRECOVER but it returns exit s...
one year ago
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...
As far as I understand, code in FunC language compiles to Fift, and then from Fift code the resulting bag of cells is generated. Could I make my code more co...
I want to develop different things on TON, like: * Smart contracts * Telegram bots * Dapps What programming languages can be used for building these things? ...
2 years ago
When working with TON blockchain, I need to provide a network config file, for example when using the lite client: lite-client -C global.config.json -c 'send...
2 years ago
I need to check in which block a specific transaction located, but I don't know if there exists an endpoint on the http-api to do this. --- > This question w...
one year ago
There are numerous APIs that let you get information on TON wallets, NFTs and so on. But is there a known API with methods that provide information on the va...
It looks like Message X is almost the same as MessageAny. What is the difference? --- > This question was imported from Telegram Chat: https://t.me/tondev_en...
Some of the wallets in TON ecosystem can open both mainnet wallets and testnet wallets, while some support mainnet only. Can MyTonWallet be switched from the...
There are TIP standards, but are there interfaces (libraries) that I can use when writing smart contracts with FunC? Or should I just attept to follow the st...
one year ago
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
Anyone can use one of TON wallet apps, manually create a new wallet with it and get its seed phrase. But what if I need to programmatically create a random s...
one year ago
Hey TON community,I have some questions that I need your help answering 1. Are there any special tips for recharging, such as lunc , deduct 1 Lunc from the a...
8 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
8 months ago
Is the deposit confirmation based on confirmation num or bundle
8 months ago
Hey TON community, I am building TON-based game that mints some NFTs. My code mostly uses the code from this tutorial and ton/ton-core/ton-crypto libs: My NF...
According to TIP-64, the NFT metadata attributes are as follows: 1. uri 2. name 3. description 4. image 5. image_data But what if I wanted to add additional ...
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
Does TON blockchain let developers set a pyramid-like scheme for selling NFTs where every seller gets a share from all the future resells? --- > This questio...
one year ago