IPFS

Interact with the Interplanetary File System(IPFS) using walt.id tools

The Interplanetary File System(IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system.

Upload file to IPFS

You can add a file to IPFS with the following action:

curl -X POST "http://0.0.0.0:7000/nftkit/nft/ipfs/file/Upload" \
-H  "Content-Type: multipart/form-data" \
-F "file=@file"

Last updated