IPFS HTTP CLIENT
Dive into the specifics of connecting and using IPFS HTTP CLIENT with web3stash
Initialization
To use IPFS HTTP Client which actually allows you to connect to local or your own hosted ipfs providers you have to pass "IPFS-CLIENT" as the service name. No other name will work!
Configuration
To use IPFS Http Client in web3stash, you need one thing:
url- URL to connect to ipfs node
There are multiple ways of passing url-
Note: Use these names only while passing keys in objects i.e, {url:"",}
Optional Config Options
There are no configOptions for this service
Methods Available
The 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