In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
2 years ago
What are the websites that support TON Connect? I'd like to see examples of the websites implementing TON Connect. I know there are getgems.io, dedust.io, st...
one year ago
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...
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...
2 years ago
Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper? --- > This question was impor...
2 years ago
How can I actually register a ton domain? And how to participate in a public auction? > This question was imported from Telegram Chat: > https://t.me/tondev_...
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
2 years ago
Is it possible to dump values while developing using toncli? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9234
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
one year ago
I'm working with the TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = n...
2 years ago
I’m working on signing a string with private key through connecting Ton Keeper. And I’m building this feature as a Telegram bot, based on demo-telegram-bot. ...
2 years ago
I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or e...
one year ago
Can anyone explain how to get the result of transaction after sending it? The TonSDK send transaction method is returning .boc. Also, how can I get the statu...
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...
TON Storage isn't meant to be a hosting for all kinds of websites, but it can host static content. Are there any real-life examples of static TON Sites that ...
one year ago
I've tried asking ChatGPT about development on TON. It kept referring to a project called FreeTON, but I couldn't find more info on that. Are those answers r...
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
Suppose I own a website and it is not a web3 dApp or something, just a regular old centralized one. On that website I take payments and I would like to accep...
2 years ago
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
Is there a way that you can access the TON payments system via a Telegram bot? Is there an API that goes along with it? --- > This question was imported from...
2 years ago
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
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...
Hello Everyone I would like to know how to add lp to jetton tokens minted through the ton minter. I just don't want to just transfer between wallets, I want ...
What is the inflation rate for TON? I am also interested in inflation. As far as I know, it is 0.6%. Is it calculated from the total circulating supply (more...
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...
2 years ago
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
2 years ago
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
2 years 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 ...
2 years ago
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction it returns a list of transactions: Returns Promise; outMessagesCount: number; prevT...