-1

I had a Hyperledger fabric network running with the required chaincodes deployed. Now I would like to integrate IPFS, so that all the data would be encrypted and stored in IPFS with its hash being stored in Hyperledger fabric. I need the integration steps?

I couldn't find any valid tutorials for integrating IPFS with hyperledger fabric. I need the detailed steps involved for adding the IPFS with the existing hyperledger fabric network.

Gowthami
  • 1
  • 2

1 Answers1

0

Welcome to Stack overflow!


Hyperledger Fabric and IPFS are two separate projects that can be used individually in your own project. For example, you have the option to upload your files, or images to IPFS, then store the relevant hash in your HLF organization node along with user data, which will be saved in either levelDB or couchDB along with ledger.

enter image description here

you may use the following article FYR ENTERPRISE BLOCKCHAIN - USING IPFS FOR STORAGE WITH HYPERLEDGER FABRIC


As of Today There is no official integration of IPFS with Fabric Peer/Orderer Hence please use them individually.

Narendranath Reddy
  • 3,833
  • 3
  • 13
  • 32