PatrickAlphaC / nextjs-nft-marketplace-moralis-fcc

44 stars 50 forks source link

Cannot get The Moralis server #24

Open Dynamitetechdev opened 1 year ago

Dynamitetechdev commented 1 year ago

Is there a new way to work with moralis server?

tferrari92 commented 1 year ago

any updates on this? I cant find the option to create a moralis server

Dynamitetechdev commented 1 year ago

Still didnt find a solution for the moralis. but i went with THEGRAPH, which is really easy to use too

YoexRep commented 1 year ago

This feature is no longer available since they transitioned to Moralis 2.0, now you have to set up a self-hosted Web3 server.

bugradursun commented 1 year ago

so dont we need apisecret?

BigTava commented 1 year ago

I am also skipping the implementation with moralis. But this boilerplate might help: https://github.com/ethereum-boilerplate/ethereum-boilerplate

thekingisherenow commented 1 year ago

This might help : https://v1docs.moralis.io/moralis-dapp/getting-started/self-hosting-moralis-server/optional-features/streams

KarsaSRBG commented 5 months ago

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