for example, how to get Address? Is there a CDN for ton-core js library?

Oct 2, 2023, 12:45 PM
You can use some build system (rollup?), for example.
Oct 2, 2023, 12:46 PM
so there is no way I can use it like web3.js?
Oct 2, 2023, 12:47 PM
CDN also exists: https://unpkg.com/browse/[email protected]/
Oct 2, 2023, 12:48 PM
thank you I will try that out
Does anyone know if there is any example of myAppExplorerService?
I am actually looking for a way to check the status of my transaction, my smart contract will emit a log and I would like to read the logged message. But I have no idea how to make that happen and I cannot find any related documentation
Oct 2, 2023, 1:11 PM
You may have a look at an example that loads contracts interacting with certain address, checks their code and loads data: https://github.com/ProgramCrafter/ton-stable-timer/blob/master/web-interface/src/lib/load_timers.ts
Oct 2, 2023, 1:15 PM
thank you I will check that out
is toncenter official?
Oct 2, 2023, 1:15 PM
Yes, but you should use @orbs-network/ton-access because it doesn't have rate limits.
Oct 2, 2023, 1:16 PM
so TonWeb and Tonconnect serve the same purpose?
Oct 2, 2023, 1:16 PM
TonWeb+tonweb-mnemonic is similar to ton-core+ton.
Oct 2, 2023, 1:17 PM
I see, and TonWeb is under Toncenter so it is also official, am I correct?
Oct 2, 2023, 1:18 PM

© 2024 Draquery.com All rights reserved.