2

I recently learned Hyperledger Composer. So, I wanted to know if Composer is actively being developed or is it going to be obsoleted in the near future.

I tried looking over the internet but could not get the right information.

Thanks

RAJ SINGH
  • 23
  • 4
  • see https://lists.hyperledger.org/g/composer/message/125 for an answer – david_k Jul 12 '19 at 15:49
  • @david_k it looks like the composer is not much really in future IBM plans unless something they found it to keep alive. – RAJ SINGH Jul 12 '19 at 17:12
  • I would recommend looking at the new programming models in hyperledger fabric, these programming models come from the creators of composer – david_k Jul 15 '19 at 12:21
  • @david_k, are you talking about below link: https://wiki.hyperledger.org/display/fabric/Fabric+Developer%3A+New+Programming+Model+resources ? – RAJ SINGH Jul 16 '19 at 13:43
  • The programming models for node are covered throughout the documentation of fabric. Also check out their reference doc sites of https://fabric-shim.github.io (contract api) and https://fabric-sdk-node.github.io (fabric-network). The node and typescript samples will in fabric-samples will also use these programming models (referred to as the high level api) – david_k Jul 16 '19 at 15:34
  • I'm voting to close this question as off-topic because it's not a question we can answer. – ChrisF Aug 07 '19 at 15:53

1 Answers1

0

No, nobody is working on Hyperledger Composer. The IBM resources have been redirected to Hyperledger Fabric around November 2018. The problem was Fabric was evolving and Composer only presented a subset of Fabric's capabilities.

That said, it is open source. Anyone can pick it up and start working on it. But I doubt that will happen.

Dan Anderson
  • 2,265
  • 1
  • 9
  • 20
  • 1
    got it, Dan. It looks to me that in some later versions of Fabric itself we could see composer like stuff. – RAJ SINGH Jul 16 '19 at 16:29