码迷,mamicode.com
首页 > 其他好文 > 详细

超级账本HyperLedger旗下项目介绍

时间:2018-05-14 23:06:52      阅读:381      评论:0      收藏:0      [点我收藏+]

标签:rev   种类型   osal   主页   目标   超级   you   ons   oss   

说明

超级账本HyperLedger视频教程汇总:HyperLedger Fabric的视频讲解--“主页”中可领优惠券

超级账本HyperLedger旗下有很多的项目,对这些项目进行了简单的了解。

As an open consortium, Hyperledger incubates a range of business blockchain technologies, 
including distributed ledger frameworks, smart contract engines, client libraries, 
graphical interfaces, utility libraries and sample applications.

目前(2018-05-09 16:22:40),只对HyperLedger Fabric进行了部署体验,其它的项目只是通过阅读它们的文档进行了解。

Burrow

Burrow是最早Monax开发的项目,后来进入HyplerLedger孵化。Burrow的Incubation proposal中介绍,burrown之前的名字是
eris-db

看了半天Burrow的介绍,也没搞懂burrow到底是啥。burrow自称是:

Hyperledger Burrow is a permissioned Ethereum smart-contract blockchain node built with <3 by Monax.
It executes Ethereum smart contract code on a permissioned virtual machine.

Burrow的Incubation proposal中的介绍更具体一些:

Burrow‘s primary users are businesses aiming at value chain level optimization 
amongst other blockchain and smart contract benefits. These users require 
permissions on their blockchain deployments in order to fulfill numerous legal
and/or commercial requirements for their applications. 

好像是说一些商业用户为了满足法规以及商业需求,它们的区块链需要得到许可?

后来从Iroha中了解到什么是permissioned,意思是说,节点需要得到授权才能接入到区块链网络,比特币和以太坊的节点是permissionless的。

Bitcoin and Ethereum are designed to be permissionless ledgers where anyone can join and access all the data.

Monax的CEO Casey Kuhlman在Why we‘re joining Hyperledger中介绍了加入HyperLedger的原因,那时候项目名还是eris-db。

从Casey Kuhlman的博文中,可以得知Burrow的定位是一个通用的智能合约执行引擎:

When we started our company in 2014 we never really had the intention of being
solely responsible for building an enterprise grade, general purpose smart contract machine. 

该项目的文档资料现在比较少,Monax的blog也在完善,目前有不少链接是失效的。

根据已有到资料判断,Burrow应当是一个支持授权的合约引擎,它的目标可能是要支持多种类型的合约,或许会成为一个通用的区块链节点系统?

Burrown项目文档中的链接现在(2018-05-09 16:33:02)是各种404,过段时间再看看。

Caliper

Caliper是一个Benchmark工具,华为贡献的,Measuring Blockchain Performance with Hyperledger Caliper

技术分享图片

Cello

Cello是一个部署管理平台,也就是现在常说的baas,用来管理组成链的节点,以及部署链、管理链。用户可以直接通过Cello部署合约。

超级账本HyperLedger的cello项目的部署和使用

Composer

Composer是用于合约、区块链应用开发的工具,用来简化、加快区块链应用的开发过程。

Our primary goal is to accelerate time to value, and make it easier to integrate
your blockchain applications with the existing business systems. You can use 
Composer to rapidly develop use cases and deploy a blockchain solution in weeks 
rather than months. Composer allows you to model your business network and 
integrate existing systems and data with your blockchain applications.

技术分享图片

Explorer

Explorer是一个区块链浏览器。

超级账本HyperLedger的explorer的使用中简单体验了下。

Fabric

Fabric是一个区块链技术框架。对Fabric已经做了比较深入的了解:

超级账本Hyperledger fabric的chaincode开发

超级账本HyperLedger的Fabric-CA的使用演示(两个组织一个Orderer三个Peer)

超级账本HyperLedger的fabricCA的用法讲解

超级账本HyperLedger的fabric项目的手动部署教程

超级账本HyperLedger项目fabric的nodejsSDK的使用

超级账本HyperLedger的fabric项目部署过程时遇到的问题

超级账本Hyperledger Fabric的使用

Indy

Indy是用于去中心化身份认证(decentralized identity)的分布式账本。

Indy get started中虚构了一个故事,通过这个故事可以很容易理解
Indy的用途。

Indy这个项目挺有意思,是一个挺实在的应用,以后有时间要重点研究下。

Iroha

Iroha也是一个区块链的framework,是日本的金融科技公司Soramitsu, Hitachi,以及NTT Data、Colu等贡献的。

HyperLedger Iroha Resources中介绍Iroha时,称Iroha的设计是移动优先。

HyperLedger Iroha Documents中是这样介绍Iroha的:

Hyperledger Iroha is a simple blockchain platform you can use to make trusted,
secure, and fast applications by bringing the power of permission-based blockchain
with Byzantine fault-tolerant consensus. It’s free, open-source, and works on
Linux and Mac OS, with a variety of mobile and desktop libraries.

Iroha的介绍中也提到了permissioned,它解释了这个词的含义,意思是说:

节点需要得到授权才能接入到区块链网络,
数据的写入读取也需要得到授权,这区别于比特币和以太坊地方,

在比特币和以太坊中,节点加入和数据读取写入是不需要授权的。

与其它BlockChain FrameWorks相比,Iroha自称所使用的共识算法更加高效、低延迟,内置了一些可以简化使用地命令,并声称它的授权实现目前是最好的:

Iroha is the only ledger that has a robust permission system, allowing permissions to 
be set for all commands, queries, and joining of the network.

之前有个误解,以为HyperLedger下的项目都是同一个大项目的不同子项目,各自承担不同使命。
现在看来并不是这样的,有些项目之间是竞争关系,例如这里的Iroha与前面提到的Fabric,以及后面的Sawtooth,都是区块链framework。

Quilt

QuiltInterledger Protocol (ILP)协议的Java实现,是日本的NTT Data贡献的。
日本人对区块链很热情嘛,10个项目中,有2个是日本公司贡献的。

Interledger Protocol (ILP)定义了分布式账本与分布式账本之间、传统账本与分布式账本之间的交互过程。

Interledger.org中介绍是ILP协议时,称ILP是十多年的研究成果:

The interledger protocol is the culmination of more than a decade of research in decentralized payment protocols. 
This work was started in 2004 by Ryan Fugger, augmented by the development of Bitcoin in 2008 and has involved 
numerous contributors since then.

HyperLedger Quilt Intro

Sawtooth

Sawtooth是另一个区块链的framework,采用模块化设计。
framework的竞争很激烈,会上演类似mesos、swarm、kubernetes之间的三国杀嘛?

Sawtooth is built to solve the challenges of permissioned (private) networks.
Clusters of Sawtooth nodes can be easily deployed with separate permissioning

相比Fabric,Sawtooth的一个亮点是能够并行的处理事务:

Sawtooth includes an advanced parallel scheduler that splits transactions into parallel flows.
When possible, transactions are executed in parallel, while preventing double-spending even 
with multiple modifications to the same state.

支持事件订阅:

Subscribe to events that occur related to the blockchain, such as a new block being committed or switching to a new fork.
Subscribe to application specific events defined by a transaction family.
Relay information about the execution of a transaction back to clients without storing that data in state.

另外通过Sawtooth和Ethereum集成项目Seth,Sawtooth上可以运行以太坊的合约。

参考

  1. Burrow
  2. Monax
  3. Burrow Incubation proposal
  4. HyperLedger Borrow Intro
  5. Casey Kuhlman: Why we‘re joining Hyperledger
  6. HyperLedger Caliper
  7. Measuring Blockchain Performance with Hyperledger Caliper
  8. HyperLedger Cello
  9. HyperLedger Composer
  10. Welcome to Hyperledger Composer
  11. HyperLedger Explorer
  12. 超级账本HyperLedger的explorer的使用
  13. HyperLedger Fabric
  14. HyperLedger Indy
  15. HyperLedger Iroha
  16. HyperLedger Iroha Resources
  17. HyperLedger Iroha Documents
  18. HyperLedger Quilt
  19. HyperLedger Quilt Intro
  20. Interledger Protocol (ILP)
  21. HyperLedger Sawtooth
  22. Hyperledger Sawtooth - Seth

超级账本HyperLedger旗下项目介绍

标签:rev   种类型   osal   主页   目标   超级   you   ons   oss   

原文地址:https://www.cnblogs.com/lijiaocn/p/9038420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!