简体   繁体   中英

What are the functional differences between Fabric Javascript SDK and Hyperledger Composer?

除了Composer使原型业务网络的部署和测试变得更容易的事实以及我们不必知道golang来开发链码这一事实之外,这些接口提供的功能上的差异是什么,这可能导致人们选择其中一种另一个?

This article can probably provide you with the answers you need:

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

Hyperledger Composer is both an application development framework and set of powerful tools which simplifies and expedites the creation of blockchain applications and smart contracts that are ultimately executed on the Hyperledger Fabric blockchain. Composer has its own runtime, that is generic chaincode and hosts and interprets the business network deployed - so your smart contract need only use Javascript, not chaincode in Go a (which is Fabric's domain) s you mentioned. It also has a modeling facility to create your business network model and to define such controls as Access Control lists and queries to be executed.

This architecture link should help you with further understanding -> https://www.slideshare.net/SimonStone8/hyperledger-composer-architecture

Furthermore see the Hyperledger Composer docs, see here:

https://hyperledger.github.io/composer/

TO see the Hyperledger Fabric docs - see here:

https://hyperledger-fabric.readthedocs.io/en/latest/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM