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
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
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
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
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
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
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...
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...
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
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
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