MORALIS IPFS
Dive into the specifics of connecting and using MORALIS-IPFS with web3stash
Initialization
To use MORALIS-IPFS you have to pass "MORALIS-IPFS" as service name. No other name will work!
Configuration
To use moralis in web3stash, you need one thing:
apiKey - API Key generated from Moralis dashboard
Note: Use these name only while passing keys in object i.e, {apiKey:"",}
Optional Config Options
You can pass config options that is available with moralis service- You can check moralis docs to check what config options are there which you can pass while initialising moralis
Methods Available
Following methods are available for this service, More will be added soon
Uploading Json data
Uploading Image
Uploading Video
Uploading File
Output
All the functions return id (cid) and metadata (data returned by the service on upload)
Last updated