You may use toncenter.com APIs:
Mainnet: https://toncenter.com/api/v2/jsonRPC
Testnet: https://testnet.toncenter.com/api/v2/jsonRPC
I'm working with the TonWeb JavaScript library. It requires a provider URL on init:
const providerEndpoint = 'https://PROVIDER-URL-HERE';
const tonweb = new TonWeb(new TonWeb.HttpProvider(providerEndpoint));
Where can I get a provider URL that I can use for MainNet? And one for TestNet?
This question was imported from Telegram Chat: https://t.me/tondev/41472
You may use toncenter.com APIs:
Mainnet: https://toncenter.com/api/v2/jsonRPC
Testnet: https://testnet.toncenter.com/api/v2/jsonRPC
This is best answered here: https://answers.ton.org/question/1531858803501305856/how-do-i-get-an-rpc-endpoint-for-ton