Custom MSP for Hyperledger Fabric

263 Views Asked by At

I'm trying to use DIDs/VCs from hyperledger Indy with Hyperledger Fabric. Simply I want to replace Fabric's certificate based identity/MSP with DIDs/VCs. However, as far as I understand this is not direct. The existing code based have lots of dependencies on Fabric-CA. Could someone help me to figure out potential starting points to do this customisation?

2

There are 2 best solutions below

0
On

Currently, the only framework that can verify DID/VCs from Hyperldeger Indy is the Hyperledger Aries. There are several projects where people are trying to integrate either some of the Indy or Aries functionalities into Fabric in order to be able to issue and verify DID/VCs. Take a look at the following projects in the "Hyperledger Mentorship Program" community:

However, the easiest way is to have two DLTs, one for DID/VCs issue and verification (Indy), and one for transactions, etc.

0
On