Is it still possible to upload to IPFS with Moralis SDKv2? I don’t seem to find anything about it in the documentation. Any links to this highly appreciated.
There is a function in web3api for uploading a folder to IPFS.
https://moralis.io/introducing-the-moralis-web3-api-v2/ states that this documentation may contain legacy, when following the link to the new documentation https://docs.moralis.io/?utm_source=blog&utm_medium=post&utm_campaign=Introducing%20the%20Moralis%20Web3%20API%20v2 I cannot find anything about web3Api.storage
?
Currently dealing with the situation that SDKv1 is so deprecated, that it makes no sense to keep using it. Looking to refactor the whole thing to use SDKv2. So will IPFS upload be kept alive via MORALIS?
This is the endpoint that can be used to upload a file to IPFS with the API:
If you have to upload bigger files or a lot of files better to use pinata.
Also for your situation, if you already have an app build with SDK v1 which requires Moralis server, we recommend you to migrate to self-hosting https://docs.moralis.io/web3-data-api/self-hosted-moralis-server/self-hosted-moralis-server as the workflow will be more or less the same as using hosted Moralis server.
IPFS will still be available and if you use SDKv1 you can still access it through web3Api.storage through self-hosting.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.