
区块链
文章平均质量分 82
HugoWang
这个作者很懒,什么都没留下…
展开
-
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.5 身份 (Identity)
身份(Identity)什么是身份(What is an Identity)?The different actors in a blockchain network include peers, orderers, client applications, administrators and more. Each of these actors — active elements insi...翻译 2018-10-01 17:23:13 · 1613 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(五)教程 (Tutorials) - 5.1 编写你的第一个应用程序 (Writing Your First Application)
编写你的第一个应用程序(Writing Your First Application)If you’re not yet familiar with the fundamental architecture of a Fabric network, you may want to visit the Introduction and Building Your First Network doc...翻译 2018-10-16 09:08:14 · 2213 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.4 区块链网络 (Blockchain network)
Blockchain networkThis topic will describe, at a conceptual level, how Hyperledger Fabric allows organizations to collaborate in the formation of blockchain networks. If you’re an architect, administ...翻译 2018-09-30 14:02:53 · 2553 阅读 · 2 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.3 Hyperledger Fabric 模型 (Model)
Hyperledger Fabric 模型(Model)This section outlines the key design features woven into Hyperledger Fabric that fulfill its promise of a comprehensive, yet customizable, enterprise blockchain solution:...翻译 2018-09-28 16:18:54 · 1075 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(四)入门 (Getting Started)
文章目录入门(Getting Started)先决条件(Prerequisites)Install cURL???Docker and Docker ComposeGo Programming LanguageNode.js Runtime and NPMPythonWindows附加功能(Windows extras)Install Samples, Binaries and Docker Im...翻译 2018-10-06 23:39:35 · 1531 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.2 Hyperledger Fabric 功能 (Functionalities)
Hyperledger Fabric 功能(Functionalities)Hyperledger Fabric is an implementation of distributed ledger technology (DLT) that delivers enterprise-ready network security, scalability, confidentiality and ...翻译 2018-09-28 11:22:02 · 941 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.1 介绍 (Introduction)
介绍 (Introduction)Hyperledger Fabric is a platform for distributed ledger solutions underpinned by a modular architecture delivering high degrees of confidentiality, resiliency, flexibility, and scala...翻译 2018-09-27 16:23:45 · 1555 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.9 账本 (Ledger)
文章目录账本(Ledger)什么是账本(What is a Ledger)?区块链账本(A Blockchain Ledger)世界状态(World State)区块链(Blockchain)区块(Blocks)交易(Transactions)世界状态数据库选项(World State database options)账本示例:fabcar(Example Ledger: fabcar)更多信息...翻译 2018-10-05 10:40:35 · 1348 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.8 私有数据 (Private data)
私有数据(Private data)什么是私有数据(What is private data)?In cases where a group of organizations on a channel need to keep data private from other organizations on that channel, they have the option to creat...翻译 2018-10-04 19:23:39 · 1762 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译 目录
学习Hyperledger Fabric 还是看官方文档比较新,也更好理解。为了和大家一起学习最新版的Fabric,同时也是为了提高自己的英语水平,准备翻译官方文档,希望对大家也有所帮助。目前官方已经推出v1.3.0文章目录...原创 2018-09-27 10:34:08 · 3059 阅读 · 3 评论 -
Hyperledger Fabric 1.3 官方文档翻译(二) v1.3有什么新内容 (What’s new in v1.3)
A quick rundown of the new features and documentation in the v1.3 release of Hyperledger Fabric:v1.3版本中新特性和文档的简要介绍:新特性 (New features)MSP Implementation with Identity Mixer: A way to keep identitie...翻译 2018-09-27 10:32:56 · 1254 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(一) Hyperledger Fabric 介绍 (Introduction)
介绍 (Introduction)In general terms, a blockchain is an immutable transaction ledger, maintained within a distributed network of peer nodes. These nodes each maintain a copy of the ledger by applying t...翻译 2018-09-27 10:31:39 · 3789 阅读 · 3 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.7 对等节点 (Peers)
文章目录对等节点(Peers)术语(A word on terminology)账本与链代码(Ledgers and Chaincode)多账本(Multiple Ledgers)多链代码(Multiple Chaincodes)应用程序与对等节点(Applications and Peers)对等节点与通道(Peers and Channels)对等节点和组织(Peers and Organiz...翻译 2018-10-03 17:48:33 · 2302 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(三)关键概念 (Key Concepts) - 3.6 成员 (Membership)
成员(Membership)If you’ve read through the documentation on identity you’ve seen how a PKI can provide verifiable identities through a chain of trust. Now let’s see how these identities can be used to ...翻译 2018-10-02 16:45:49 · 1134 阅读 · 0 评论 -
Hyperledger Fabric 1.3 官方文档翻译(五)教程 (Tutorials) - 5.2 构建你的第一个网络 (Building Your First Network)
文章目录构建你的第一个网络(Building Your First Network)安装先决条件(Install prerequisites)想要现在运行吗(Want to run it now)?生成网络工件(Generate Network Artifacts)启动网络(Bring Up the Network)关闭网络(Bring Down the Network)加密材料生成器(Crypt...翻译 2018-10-22 13:36:02 · 2653 阅读 · 0 评论