8

As it stands today, Can identities running on Indy be referenced in Fabric blockchain (like in a smart contract)?

drecute
  • 748
  • 4
  • 11
  • 29

1 Answers1

1

There is currently no native integration between Fabric and Indy and you can't use Indy DIDs to sign Fabric transactions. Fabric v1.1 and later does have a somewhat pluggable authentication mechanism as well as a pluggable decorator (ability to add additional data to the payload passed into chaincode) where you might be able to leverage an Indy identity.

yacovm
  • 5,120
  • 1
  • 11
  • 21
Gari Singh
  • 11,418
  • 2
  • 18
  • 41