V1 -> V2 Migration Guide?

Hi,

I just found out today that Moralis has rolled out v2. I like the flexibility that this new approach offers. However, I have an existing react app that uses the old Moralis library and relies on Moralis server. What are the steps to convert moralis v1 react app to moralis v2? I tried to find the answer in your documentation, but I guess it’s also a work in progress because it’s a bit confusing to navigate at the moment.

Thank you,

you can find an example here of what has to be changed for authentication

when you self host the server the authentication will work differently

Thank you for the fast reply. From what I understand, your page shows how to use self hosted v1, correct? How do you convert existing v1 project to moralis v2? I like the flexibility that v2 offers. Is there a page for migrating from v1 to v2? Can you please give me a few pointers on that aspect?

if you want to do a project that is not based on v1 and uses only v2, then you can look at these tutorials:



depending on what is your preferred backend or programming language