1. 程式人生 > >Build a blockchain network

Build a blockchain network

Summary

Blockchain is a secure, distributed, and open technology that is lowering costs, speeding up processes, and building a new level of trust in transactional applications. This developer code pattern will get you started with blockchain by showing you how to build a blockchain network using Hyperledger Composer.

Description

Updated to support Hyperledger Fabric V1.1 and Hyperledger Composer V0.19

Blockchain is changing the way businesses conduct transactions. This secure, distributed, and open technology is lowering costs, speeding up processes, and building a new level of trust in secure interactions.

When something as big as blockchain emerges, developers who understand and can implement the technology are in the driver’s seat. But first you have to learn it.

In this developer pattern, the first in a series of “hello world” blockchain patterns, you’ll learn how to build a blockchain network using Hyperledger Composer. You’ll create a Business Network Archive (BNA) file that enables you to define a model; for example, the participants, tradeable assets, and allowable transactions. You’ll then deploy the network on Hyperledger Fabric, the blockchain framework implementation hosted by The Linux Foundation. For this pattern, you’ll run Hyperledger Fabric locally.

You’ll discover how useful a tool Hyperledger Composer can be. It gives you the ability to quickly model your current business network, including your existing assets and the transactions related to them. As part of your business network model, you’ll define the transactions that can interact with assets. Business networks also include the participants who interact with them, each of which can be associated with a unique identity, across multiple business networks.

This is your chance to climb on the blockchain train and build the skills that every business will need. Complete this developer pattern, watch for future blockchain patterns, and make yourself indispensable.

Flow

flow

  1. Install Hyperledger Composer development tools.
  2. Start Hyperledger Fabric.
  3. Generate the Business Network Archive file.
  4. Deploy the Business Network Archive using Composer Playground.
  5. (Alternative method) Deploy the Business Network Archive on Hyperledger Composer running locally.

Instructions

Find the detailed steps for this pattern in the README. Those steps will show you how to:

  1. Install Hyperledger Composer Development Tools.
  2. Start Hyperledger Fabric.
  3. Generate the Business Network Archive (BNA).
  4. Deploy the Business Network Archive using Composer Playground.
  5. Deploy the Business Network Archive on Hyperledger Composer running locally.

相關推薦

Build a blockchain network

Summary Blockchain is a secure, distributed, and open technology that is lowering costs, speeding up processes, and building a new le

Create and deploy a blockchain network using Hyperledger Fabric SDK for Java

Summary In a blockchain solution, the network works as a back end with an application front end to communicate with the network using

Build a blockchain insurance app

Summary With its distributed ledger, smart contracts, and non-repudiation capabilities, blockchain is revolutionizing the way financi

Why build a dapp or blockchain on Tendermint consensus?

Tendermint is fast. I mean really fast: my tests showed thousands of transaction per second. It’s possible because it doesn’t use Proof of Work, but implem

使用ConstraintLayout構建響應式UI(Build a Responsive UI with ConstraintLayout)

垂直 邊緣 ddn style 元素 package ext tle font 原文:https://weiyf.cn/2017/03/10/Build%20a%20Responsive%20UI%20with%20ConstraintLayout/ 原文:http://w

hdu6121 Build a tree 模擬

題目 get -1 前綴 思路 n-1 void span oid /** 題目:hdu6121 Build a tree 鏈接:http://acm.hdu.edu.cn/showproblem.php?pid=6121 題意:n個點標號為0~n-1;節點i的父節點為f

HDU 6121 Build a tree —— 2017 Multi-University Training 7

color thml 二叉樹 滿二叉樹 rst def 位置 實現 es2017 HazelFan wants to build a rooted tree. The tree has nn nodes labeled 0 to n?1, and the father of

SDN實戰: Build a mini-lab environment and practice SDN-IP/ONOS with GNS3, Mininet and VMware

sdn-ip onos mininet gns3 vmwareSDN IN ACTION: Build a mini-lab environment and practice SDN-IP/ONOS with GNS3, Mininet and VMware 薛國鋒 [email protect

SDN實戰:Build a VXLAN Tunnel by Making Python-based API Calls for DCI

python restful api vxlan ovsdbSDN IN ACTION: Build a VXLAN tunnel by making Python-based API Calls on OpenDaylight and Provide the DCI service 薛國鋒

[Recompose] Merge RxJS Button Event Streams to Build a React Counter Component

wal with count blog value ble ack sso map Combining input streams then using scan to track the results is a common scenario when coding w

《Let's Build A Simple Interpreter》之 Golang 版

OS advance esp n) indicate javascrip value 龍書 use   一直以來對編譯器/解釋器等都較有興趣。我非科班出身,當初還在大學時,只是馬馬虎虎看完了《編譯原理》之類教材,上機非常少,對龍書之類聖經也只是淺嘗輒止而已。工作至今,基本已

1099. Build A Binary Search Tree (30)

output eve algo keys inter c ++ numbers pac none A Binary Search Tree (BST) is recursively defined as a binary tree which has the follo

1503.02531-Distilling the Knowledge in a Neural Network.md

gets 任務 其中 不一致 ans softmax special abi use 原來交叉熵還有一個tempature,這個tempature有如下的定義: $$ q_i=\frac{e^{z_i/T}}{\sum_j{e^{z_j/T}}} $$ 其中T就是temp

計算機視覺學習記錄 - Implementing a Neural Network from Scratch - An Introduction

dict 實踐 {} ann gen lua tps rst 損失函數 0 - 學習目標   我們將實現一個簡單的3層神經網絡,我們不會仔細推到所需要的數學公式,但我們會給出我們這樣做的直觀解釋。註意,此次代碼並不能達到非常好的效果,可以自己進一步調整或者完成課後練習來進行

Build A Binary Search Tree (30)

#include <stdio.h> #include <stdlib.h> typedef int ElementType; typedef struct TreeNode *Tree; typedef Tree QueueElementTyp

[MDX] Build a Custom Provider Component for MDX Deck

MDX Deck is a great library for building slides using Markdown and JSX. Creating a custom Providercomponent allows you to change the markup of the ent

PAT-ADVANCED1099——Build A Binary Search Tree

我的PAT-ADVANCED程式碼倉:https://github.com/617076674/PAT-ADVANCED 原題連結:https://pintia.cn/problem-sets/994805342720868352/problems/994805367987355648

入坑codewars第三天-Build a pile of Cubes、Convert boolean values to strings 'Yes' or 'No'、Build Tower

第一題: Build a pile of Cubes: Your task is to construct a building which will be a pile of n cubes. The cube at the bottom will have a volume of n

PAT 1099 Build A Binary Search Tree (30 分)

1099 Build A Binary Search Tree (30 分) A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: Th

蒸餾神經網路(Distill the Knowledge in a Neural Network) 論文筆記 蒸餾神經網路(Distill the Knowledge in a Neural Network) 論文筆記

轉 蒸餾神經網路(Distill the Knowledge in a Neural Network) 論文筆記 2017年08月06日 16:19:48 haoji00