Reputation: 377
As hyperledger is an enterprise blockchain solution so it does not make any sense to create a complete application from scratch, are there any resources available to explore integrating hyperledger with existing applications(specifically MEAN application)?
Upvotes: 0
Views: 108
Reputation: 12053
There are two options for integrating Hyperledger Fabric with the MEAN stack:
1) The Fabric Node SDK: https://fabric-sdk-node.github.io 2) If the Hyperledger Fabric smart contracts are built with Hyperledger Composer, Composer generates a REST API which can then be easily integrated with existing MEAN applications
Upvotes: 1