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