Reddio NFT
Dive into the specifics of connecting and using INFURA with web3stash
Initialisation
To use INFURA you have to pass "INFURA" as service name. No other name will work
Configuration
To use INFURA in web3stash, you need two things:
projectId - Project Id from infura dashboard
projectSecret - Project Secret from infura dashboard
Note: Use these name only while passing keys in object i.e, {projectId:"", projectSecret:""}
Optional Config Options
There are no configOptions for this service
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