Where can I find the format of transactions returned by the Tonweb getTransactions() method? Specifically, the format of the 'message' and 'msg_data' fields ...
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'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