Hi There,
I canāt seem to find the latest unpkg link for the moralis 2.0.1 version. In the docs this isnāt stated or is put away?. In the v1 docs thereās a unpkg link but obviously for the v1 version.
Any Thoughts?
Hi There,
I canāt seem to find the latest unpkg link for the moralis 2.0.1 version. In the docs this isnāt stated or is put away?. In the v1 docs thereās a unpkg link but obviously for the v1 version.
Any Thoughts?
you want to use v2 of the SDK? v2 is only for server side not for front end
Ok. my console keeps telling me to update. So if I want to only use moralis on the client-side I should stick to v1?
yes, you should use v1 and ignore that warning message from the browser console
Hi,
Will do that. Many thanks for your quick replies!
hello ,
it was working since one hour
Cannot find ā/dist/moralis.jsā in [email protected]
Thank you guys for the help you provide
Love
Which link were you using?
For v1 use https://unpkg.com/[email protected]/dist/moralis.js
.
For v2, you should be installing it as a package e.g. in a Node.js or Next.js project.