Will the sale of the TON domains as an auction become a normal sale one day? Will the price of domains decrease? Is there a roadmap or schedule for the TON D...
I'm trying to compile a lite client on a macbook with M1, it gives an error: march-native is not supported How can I compile on mac book M1 (ARM)? Is there a...
3 months ago
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
3 months 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 toncoin. Is ...
When using a test network like testnet or sandbox - the toncoins are different from the official TON coin you buy in exchanges. Where can I get test toncoins...
3 months ago
If I am someone who is interested in potentially holding and storing, say, a significant amount of toncoin, what options do I have and what would be the pros...
Are there examples in Python how to make TON transactions? For example, to send TON coin from one wallet to another. --- > This question was imported from Te...
Is there API in which you can create a new TON wallet using code? Creating and deploying are two different things.. So I'll be happy to know how I can create...
Hierarchical Deterministic wallets (HD wallets) allow you to use one secret mnemonic and generate many different wallet addresses for the same user. Is this ...
3 months ago
TON wallets are smart contracts that need to be deployed on-chain. What if somebody did not yet deploy their wallet contract and their wallet is therefore un...
3 months ago
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
3 months ago
I want to create a new wallet on TON blockchain - the wallet is defined by its 24 secret words (the mnemonic phrase). How can I generate this phrase securely...
3 months ago
TonWeb JavaScript library requires a provider URL - where can I one for mainnet and one for testnet?
I'm working with TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = new T...
3 months ago
I want to develop different things for the TON ecosystem, like: * Smart contract * Telegram bot * Dapps What programming languages can be used for building t...
3 months ago
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
3 months ago
I read in the TON Whitepaper that TON blockchain supports sharding. How is this mechanism working? How does it allow the network to scale to billions of tran...
3 months 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...
3 months ago
TON and Everscale have similar roots and should be fairly compatible from a technological perspective. Although they are separate networks with different val...
4 months ago
TON appears to be a chaotic blockchain with a myriad of fees that may seem unclear at first glance. A shortage of helpful information on official documentati...
4 months ago
How can I query wallet or jetton balance on an old block number? Do I need an archive node for this?
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...
4 months ago
I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to send some transaction and after it confirm...
4 months ago
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...
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
4 months 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()...
In order to compile smart contracts in the FunC language I need the executables named func and fift. They are used to compile my FunC source code to TVM byte...
4 months 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 ...
4 months 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...
4 months ago
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...
I found online mentions of projects using Solidity to build for TON instead of using FunC and Fift. Is this really possible to do? I already know Solidity an...
4 months ago