You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pairs nicely with the getAssetsFromItem and getAssetFromItem method.
More control for how to upload content to ipfs:
By default, CIDv1 are created (Reason for defaulting to CIDv1 over CIDv0)
Select whether to pin content to your IPFS node
Option to add a (MFS reference) to the content on upload
Provide a filename to content that’s uploaded. Gives content a human readable name, especially when you run ipfs pin ls --names which lists the linked pin name i.e. filename
If a user uploads a file, the filename is extracted. You can override by passing in a value to this parameter.
Improved how the ipfs daemon starts and stops (issue 34).
The Web3 library manages spinning up and shutting down the ipfs daemon by registering the process. If the process is already running, it’s not registered.