I'm developing a smart contract for TON blockchain in FunC and I'm trying to find a bug in my code. I'm trying to debug the issue and will appreciate somethi...
There's a lot of setup for a project to implement a smart contract in FunC for TON blockchain (ton.org). Is there a good practice setup project that provides...
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...
11 months ago
If I want to hold and store a significant amount of toncoin, what options do I have and what would be the pros and cons of the various approaches from a secu...
How do I sign a random hash value with the private key of a ton address? If someone claims that a signature was generated by using the private key of a publi...
I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to first send a transaction, and then after i...
2 years ago
Are there any oracle services such as ChainLink or data aggregators such as The Graph that support the TON network?
2 years ago
In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the T...
Consider I have a highload wallet smart contract deployed to the TON network and I send an external message to it in order to deliver 100 value transfers to ...
Yes Metamask Support Number Provides 2fa enable/disable +1(818)-853-6065 option to contact to customers supports by dialing these numbers "☎️+𝟏 +1(818)-853-...
10 months ago
How is the gas fee for a transaction on The Open Network calculated?
2 years 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...
2 years ago
As mentioned in this question: "3) Poll for the latest transactions from the Blockchain using your wallet account ID and match the transaction using the pre-...
one year ago
I have problem with telegram toncoin wallet. Yesterday I send some TON assets (called MORFEY) from TONkeeper wallet to Telegram wallet. Here is tx of transac...
Given contract A and contract B, is it possible for all of contract A's fees (including the storage fee) to be paid by contract B?
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
2 years ago
There's an existing contract that was deployed by somebody else, for example a token, that has getter methods like get_balance(address) or get_total_supply()...
I managed to get a list of the validators from the lite-client. The response has a list of validators that look like this value:( validator_addr public_key:(...
one year ago
According to TON whitepaper, the TON blockchain network supports multiple chains. What's the differences between these and which workchain should I use when ...
2 years ago
I know there are explorers like Tonscan and Tonapi you can use to see things like transaction details for any address on mainnet. Is there such a service for...
I have function like this: clike () save_data_on_update(slice destination_address) impure inline { builder q = begin_cell(); builder qSliceDestinationAddress...
Hello, I'm considering to move my projects from another blockchain to TON but I still don't understand how to handle the asynchronous part. One of my project...
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
one year ago
FAQ’s What is observation mode in safepal Hardware wallet?+𝟏+1858-360-5080 How do I contact Safepal wallet by phone?Safepal wallet Support Account: Visit th...
10 months ago
Is there an API method to query data according to old blocks? For example, specify an old block number and query the TON balance of a wallet. A different exa...
In the world of TON development, when it comes to messages, I often see references to seqno but I haven't yet understood, what exactly that is? What do we ne...
2 years ago
In TON blockchain, when implementing my dapp smart contract in FunC, my contract can accept both internal messages handled by recv_internal() and external me...
2 years ago
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
2 years ago
I want to use a hardware wallet like Ledger or Trezor for storing my TON coins. But unfortunately both don't currently have official support for TON coin. Is...
How do I get an RPC endpoint for the TON network, and where can I get relevant documentation for it?