How to get web3 provider url without Moralis dependencies?

Every other web3 provider provides a simple URL to use with your web3 client of choice. Moralis, on the other hand, introduces its dependencies, which I don’t want, and makes it difficult to understand which URL + authentication combination to use.

await Moralis.enableWeb3();
const web3Js = new Web3(Moralis.provider);

Can someone tell me how to get the naked provider URL and, if applicable, how to authenticate with it?

what you mean by authenticating with a provider URL?

the speedy node urls are on this page: https://admin.moralis.io/speedyNodes

Thank you. That’s exactly what I was looking for.

lol @ “SpeedyNodes”… gotta keep the marketing people out of product design.

1 Like