1

I want to use some of the features and conponents of Hyperledger Fabric in Hhyperledger Indy? Can I use them?

Paolo
  • 20,112
  • 21
  • 72
  • 113
salmanbao
  • 67
  • 1
  • 5

1 Answers1

1

Sorry, no. They are independent blockchain technologies (as are Hyperledger Sawooth or Hyperledger Burrow). Some of the code may be reusable, but the APIs/SDKs are completely different.

Edit: but you should be able to have an application that uses Hyperledger Indy for identity management and, independently, Hyperledger Fabric (or Sawtooth or Burrow or Iroha) for your ledger data.

Dan Anderson
  • 2,265
  • 1
  • 9
  • 20