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...
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
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
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
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...
one year 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...
one year ago
I'm using an example from the tutorial (https://ton-community.github.io/tutorials/01-wallet /) based on the npm ton library and solve a problem where I have ...
one year ago
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...
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...
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
one year ago
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...
one year ago
I would like to run my own JSON-RPC HTTP API for my TON application. How do I run it so that it's similar to the TON center one? https://toncenter.com/api/v2...
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
Please tell me how to transfer tokens without privatekey, I found only such examples in the documentation. const transaction = { validUntil: Math.floor(Date....
6 months ago
How can I call a function from a smart contract using Python? > This question was imported from Telegram Chat: https://t.me/tondev_eng/27664
Hi there I had set up Trust Wallet and I have its 12-words seed phrase. I know that for other chains (ethereum for example) I can use this phrase to get acce...
6 months ago
I've been trying to reuse a wallet deleted by DESTROY_ACCOUNT_IF_ZERO (32) flag. The way I do the transfer: Imagine we have 2 wallets: A and B. 1. We transfe...
6 months ago
I am using the TON API to fetch transaction data, and I have noticed some discrepancies when using the /getTransactions, /lookupBlock, and /getBlockTransacti...
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...
one year 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. ...
one year ago
TON Connect is a convenient way to authorize a user in a TON dApp. But does it require a website to be used at? Or is it possible to create some dApp that in...
one year ago
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...
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...
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...
one year ago
As recommended, I've been using the RPC provided by toncenter.com. Is there a way to get around this limitation? --- > This question was imported from Telegr...
one year ago
TON documentation provides all the necessary information for running TON Sites. But since there are not many of them for now, it would be good too see some a...
Is there anywhere that I can read about how many tokens were allocated to the TON foundation or similar entities in the initial release? Does the TON foundat...
one year 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