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
How can I query wallet or jetton balance on an old block number? Do I need an archive node for this?
Is there an API method to query data according to old blocks? For example, specify an old block number and query the TON balance of a wallet. A different exa...
4 months ago