What composer Hyperledger does. Does it create a chain for fabric or something else?

Iโ€™ve been working on a network of hyperlesters for some time. But I donโ€™t understand where the hyperlider composer comes from. I understand that this helps to visualize logic and transaction. But I do not understand how you integrate it with a network network? what does he create? This is a chain, if not, then what?

+5
source share
2 answers

Compose runtime is chain code that executes business network archive artifacts created by the end user.

Perhaps this will help?

https://blog.selman.org/2017/07/08/getting-started-with-blockchain-development/

+7
source

The technical answer is that Hyperledger Composer is an abstraction layer over Hyperledger Fabric.

The practical answer: it's awesome. Think about how Angular and hundreds of other frameworks make web programming simple.

This is a framework in which you can write a blockchain in Javascript and specify your data objects in an easy-to-understand text file. Drop some queries, ACL files, and paths to use some useful opening tools that let you do things like create a web API automatically and play in a web environment without setting any elements.

We use it to block the Integra Ledger Legal. (Www.integraledger.com). I just spent the day working in it.

+7
source

Source: https://habr.com/ru/post/1272220/


All Articles