I'd like to learn developing on TON by creating some small pet projects. What kinds of such projects would be the most helpful and give the most useful exper...
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
Do I get it right that FunC treats int and (int) (a tuple with only one integer in it) as two different types even though they both are really integers? I ha...
one year ago
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
Currently it is debated whether or not it is a good idea to temporary freeze the inactive mining wallets. Regardless of the discussion outcome, how exactly s...
one year ago
I have some Ton stuck in safepal and when I try to send it to my tonkeeper wallet it just shows the spinning progress logo forever and never changes , and th...
8 months ago
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
one year ago
It looks like Message X is almost the same as MessageAny. What is the difference? --- > This question was imported from Telegram Chat: https://t.me/tondev_en...
When "throwing" inside a function, is the transaction cancelled? For example, if I send 10 TON from a main account but in a smart contract there an error is ...
one year ago
Blockchains are meant to be trustless, so it's good when the user can check how some smart contract works instead of trusting its author. Verifying smart con...
one year ago
How can I print out something in FunC? https://t.me/tondev_eng/9305
one year ago
I am looking for documentation on how to send payments through TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10339
one year ago
Suppose I'm deploying an NFT collection consisting of 1000 items. I would like to know the minting cost in advance. How can I calculate it? --- > This questi...
I want to make sure that transfer was success using this method response tonConnectUI.sendTransaction() I am using : React js @tonconnect/ui-react @ton/ton E...
one year ago
One of the core on-ramps for TON is the Oracle bridge from BSC and Ethereum. Is this an open source solution? Where is the code located? --- > This question ...
I would like to put some utility functions into different files and call them from the main contract file. How can I do that? --- > This question was importe...
We are making a Jetton for a game that users can deposit and withdraw from their wallet. But i was wondering how can we handle the fees for the transactions ...
Can I collect information on all the incoming external messages that a specific smart contract receives? Everything that goes through its recv_external(). --...
one year ago
I am looking for a plug-and-play privacy layer on top of TON that a developer can leverage to make their TON DeFi apps privacy preserving both for users and ...
one year ago
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
one year ago
i sent a transaction from my telegram wallet to an Exchange wallet but forgot to Comment, the transaction is not reflecting on the exchange wallet, is there ...
9 months ago
How do I convert a TON wallet address to base64 and vice-versa? Is there a tool or script that I can use? --- > This question was imported from Telegram Chat...
one year ago
I know that an NFT collection on TON requires a metadata file in JSON format. Is there some kind of reference file to look at? --- > This question was import...
one year ago
Tags were calculated via tlbc as follows (request_flag is equal to 0x7fffffff and response flag is equal to 0x80000000): crc32('transfer query_id:uint64 new_...
There are different approaches to division: * using floating-point numbers (so 23 / 4 = 5.75) * mathematical rounding (23 / 4 = 6 since it's the closest inte...
one year ago
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
one year ago
Is there a method like this in the js-sdk to get the raw address from the bounceable address "EQD-Im0tOZM_7tM9e-dpCHk72xAuwFTtXnhAicHLmkw3MALm" as "0:fe226d2...
What is the best place to find developer documentation for TON?
one year ago
The Sandbox projects allows to emulate arbitrary TON smart contracts and interact with them as if they were deployed on a real network. But is there an optio...
one year ago