tutorials
tutorials copied to clipboard
Step by step onboarding tutorials for TON blockchain
Hey guys things is next: in tutorials I see you use code example like: ``` const mnemonic = "unfold sugar water ..."; // your 24 secret words (replace ... with...
`import { useTonConnectUI } from '@tonconnect/ui-react'; import { Sender, SenderArguments } from '@ton/core'; export function useTonConnect(): { sender: Sender; connected: boolean } { const [tonConnectUI] = useTonConnectUI(); return { sender:...
Lesson 1 tests started to fail. It seems to me the problem is a nodejs/ts-node update that requires ES modules support and is not backward compatible. It can be fixed...
Поменяла аккаунт и монеты не пришли на кошелек
https://testnet.tonscan.org/address/EQC_ElzMyYg3uCNQfcHHJ2oXYnNDgkJJSHaMSgTrrDqgMM9S#source I have deployed simple contract to ton test chain. How can I verify it?
When I return to my mini app after linking the wallet according to the wallet popup, the input box won't focus and I can't enter the content again. The way...
Hi, I have a question about the sendDeploy function it is defiend as : sync sendDeploy(provider: ContractProvider, via: Sender, value: bigint) When we use it, we only assign the last...
### Description This PR addresses an issue in the `useCounterContract` hook where the `useEffect` hook's recursive function could continue running even after the `counterContract` value changes. This could potentially lead...
I followed the steps on the second tutorial found in this link: http://tonhelloworld.com/02-contract/. I called the sendIncreament deploy script and my transaction is confirmed on the explorer, yet when I...
I received an error when I started running the code in the tutorial If there is any problem, please tell me which step is the problem, thank you very much....