Open Dynamitetechdev opened 1 year ago
any updates on this? I cant find the option to create a moralis server
Still didnt find a solution for the moralis. but i went with THEGRAPH, which is really easy to use too
This feature is no longer available since they transitioned to Moralis 2.0, now you have to set up a self-hosted Web3 server.
so dont we need apisecret?
I am also skipping the implementation with moralis. But this boilerplate might help: https://github.com/ethereum-boilerplate/ethereum-boilerplate
To those who want to set up a self-hosted moralis server: Follow this vedio: https://www.youtube.com/watch?v=9GtysZs-FrAl
command 'yarn dev' may get some error , you could try use node v16 or open .env
file ,replace USE_STREAMS = false
to USE_STREAMS = true
Is there a new way to work with moralis server?