How to use Moralis V1 Self Hosted Server with Hardhat?

Hey guys,

I’ve set up a self hosted server but can’t seem to figure out how to connect it to my local hardhat chain. Any help would be appreciated. Thanks!

(I am building a react-nextjs dapp)

If you want to do something similar to how a devchain works now to sync events, then there isn’t a way to do it now.

So I’ll have to use a devchain? I can’t use an frpc?

frpc is only a proxy, on the server it was running a process that it was reading block from your local devchain and process them in order to extract transactions and events

1 Like