Moralis as a provider

Hello, I failed to find this information in your documentation, so I’m asking here.

If I create a Moralis Server can I use it as a Node Provider to create transactions from my backend? For example, I use Infura to connect to Rinkeby like this:

new ethers.providers.JsonRpcProvider("https://rinkeby.infura.io/v3/<projectId>");

Can I do the same using Moralis? Thanks

you have a node url in this page: https://admin.moralis.io/speedyNodes, you don’t need to create a server to use a speedy node

1 Like