본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Hands-On Blockchain with Hyperledger 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Hands-On Blockchain with Hyperledger

Building decentralized applications with Hyperledger Fabric and Composer
소장전자책 정가22,000
판매가22,000
Hands-On Blockchain with Hyperledger 표지 이미지

Hands-On Blockchain with Hyperledger작품 소개

<Hands-On Blockchain with Hyperledger> ▶Book Description
Blockchain and Hyperledger technologies are hot topics today. Hyperledger Fabric and Hyperledger Composer are open source projects that help organizations create private, permissioned blockchain networks. These find application in finance, banking, supply chain, and IoT among several other sectors. This book will be an easy reference to explore and build blockchain networks using Hyperledger technologies.

The book starts by outlining the evolution of blockchain, including an overview of relevant blockchain technologies. You will learn how to configure Hyperledger Fabric and become familiar with its architectural components. Using these components, you will learn to build private blockchain networks, along with the applications that connect to them. Starting from principles first, you’ll learn to design and launch a network, implement smart contracts in chaincode and much more.

By the end of this book, you will be able to build and deploy your own decentralized applications, handling the key pain points encountered in the blockchain life cycle.

▶What You Will Learn
⦁ Discover why blockchain is a game changer in the technology landscape
⦁ Set up blockchain networks using basic Hyperledger Fabric deployment
⦁ Understand the considerations for creating decentralized applications
⦁ Learn to integrate business networks with existing systems
⦁ Write Smart Contracts quickly with Hyperledger Composer
⦁ Design transaction model and chaincode with Golang
⦁ Deploy Composer REST Gateway to access the Composer transactions
⦁ Maintain, monitor, and govern your blockchain solutions

▶Key Features
⦁ Write your own chaincode/smart contracts using Golang on hyperledger network
⦁ Build and deploy decentralized applications (DApps)
⦁ Dive into real world blockchain challenges such as integration and scalability

▶Who This Book Is For
The book benefits business leaders as it provides a comprehensive view on blockchain business models, governance structure, and business design considerations of blockchain solutions. Technology leaders stand to gain a lot from the detailed discussion around the technology landscape, technology design, and architecture considerations in the book. With model-driven application development, this guide will speed up understanding and concept development for blockchain application developers. The simple and well organized content will put novices at ease with blockchain concepts and constructs.

▶What this book covers
⦁ Chapter 1, Blockchain - Enterprise and Industry Perspective, you've heard about blockchain and you are wondering, What is all the fuss about? In this chapter, we explore why blockchain is a game changer, what innovation it brings, and what the technology landscape is.

⦁ Chapter 2, Exploring Hyperledger Fabric, with an understanding of the blockchain landscape, we turn our attention to Hyperledger Fabric. The aim of this chapter is to walk you through the deployment of each component of Hyperledger Fabric while unveiling/building the architecture.

⦁ Chapter 3, Setting the Stage with a Business Scenario, describes a business use case and then focuses on understanding the process of creating a good business network using blockchain from requirements to design.

⦁ Chapter 4, Designing a Data and Transaction Model with Golang, aims to define what makes up a smart contract in Hyperledger Fabric. It will also introduce you to some terms regarding smart contracts and get you to experience the development of a chaincode using the Go language.

⦁ Chapter 5, Exposing Network Assets and Transactions, leveraging the smart contract written in the previous chapter, this chapter looks at the required integration of application to the network. It takes the readers through the process of configuring a channel, and installing and invoking chaincode, from a client application and considers the various integration patterns that might be used.

⦁ Chapter 6, Business Networks, has an objective to introduce and uncover the skills and tools needed to model a business network. Working at a higher level of abstraction, the foundation, tools, and framework will provide the reader with a way to quickly model, design, and deploy a complete end-to-end business network.

⦁ Chapter 7, A Business Network Example, putting the concepts of Chapter 6 into practice, this chapter walks through the steps to deploy a full business network from end user application to smart contracts.

⦁ Chapter 8, Agility in a Blockchain Network, focuses on the aspects required to maintain agility in a blockchain network. Applying DevOps concepts, the reader is presented with a continuous integration / continuous delivery pipeline.

⦁ Chapter 9, Life in a Blockchain Network, aims to raise the reader's awareness on the key activities and challenges that organizations and consortium may face when adopting a distributed ledger solution, ranging from management of application changes to maintenance of adequate performance levels. A successful network deployment will hopefully see many organizations join it and the number of transactions increase.

⦁ Chapter 10, Governance –.The Necessary Evil of Regulated Industries, governance is a necessary evil for regulated industries, but governance is not required only for business network that deal with use cases for regulated industries. It is also a good practice to ensure longevity and scalability of a business network. This chapter explores vital considerations for production readiness for any founder-led blockchain network.

⦁ Chapter 11, Hyperledger Fabric Security, lays the foundation for security design of blockchain networks. Various security constructs are discussed and Hyperledger Fabric security is explained in detail. An essential chapter to understand security design considerations.

⦁ Chapter 12, The Future of Blockchain and the Challenges Ahead, looks ahead and discusses the challenges and opportunities that lie ahead. Through the use of open technologies, it invites readers to engage in and promote the blockchain innovation agenda.


출판사 서평

▶Editorial Review
We would like to thank our readers in taking time to consume our collective body of work that is representative of our practice, experience, and knowledge gained along the way. This book was motivated by the desire that we and others have had to contribute to the evolution of blockchain technologies. We were also challenged by a lack of a comprehensive guide that addresses myriad considerations, including but not limited to technology design choices, architecture choice, business consideration, and governance models. The authors of this book represent a unique and diverse set of skills, which should be evident in addressing the depth of the content with ease and simplicity. We have collectively focused on organization and flow to ensure not only an easy-to-follow and natural flow but also topical modularity.

The contents of this book are aimed to address a diverse audience, from business leaders to blockchain developers and anyone who would like to learn from practitioners' experience expressed in this book. We believe that not only will the audience enjoy and benefit personally and professionally from the book, but also this book will be used as reference material, a handbook of sorts, and aid in making informed design decisions. We encountered various challenges while writing this book, including our own demanding schedule, but ensured that we deliver up-to date information at the time of release of this content. Blockchain technology landscape is in flux and keeping up with evolution and innovation is a challenge. We have attempted to distill a model that will benefit the reader to create a framework to methodically consume blockchain-related update and build upon the foundation laid out in this book. We have also expended a lot of energy in addressing business design and resulting technology design choices, because unlike other pure technology platforms Blockchain (powered business network), is a very business-specific and technology-centric discipline. We hope the findings and documented considerations from practitioners will arm business leaders and technology managers in making informed decisions and minimizing the failures experienced by the authors.

The technical content covered in this book, aims to provide a solid foundation to a diverse set of skills, including IT professionals, blockchain novices, and advanced blockchain developers. Modeled after a real-world use case, the application development story weaves in various steps from infrastructure creation to Dev-Ops models and model-driven development, covering various enterprise technology management challenges with a focus on the blockchain network-centric impact of application deployment. We have provided a framework for security and performance design, which we hope the technical audience find particularly helpful and establish a solid foundation as a technology design consideration.

We'll conclude the book with a pragmatic view of various challenges and related opportunities, and call for the community of readers to rise up to the challenges and reap the rewards of the resulting opportunities. While this book focuses on and targets Hyperledger projects, we expect the core topics covered in this book to be universally applicable to the blockchain technology discipline. We sincerely hope that our effort in time and acumen is well received by our readers and arm them with a strong foundation to make impactful contributions to progressing the blockchain innovation agenda.


저자 소개

⦁ Nitin Gaur
Nitin Gaur, in his current role as Director of IBM's Blockchain Labs, is responsible for instituting a body of knowledge and organizational understanding around blockchain technology and industry specific applications. Tenacious and customer focused, Nitin is renown for his ability to analyze opportunities and create technologies that align with operational needs, catapult profitability, and dramatically improve the end-customer experience. Nitin is also an IBM Distinguished Engineer.

⦁ Luc Desrosiers
Luc Desrosiers is an IBM Certified IT Architect with over 20 years of experience. Throughout his career, Luc has taken on different roles: developer, consultant, pre-sales architect. He recently moved his family from Canada to the UK to work in a great lab: IBM Hursley. This is where he had the opportunity to join the IBM Blockchain team. He is now working with clients across multiple industries to help them explore how Blockchain technologies can enable transformative use cases and solutions.

⦁ Petr Novotny
Petr Novotny is a Research Scientist at IBM Research with more than 15 years of experience in engineering and research of software systems. He received the M.Sc. degree from University College London and the Ph.D. degree from Imperial College London, where he was also a post-doctoral Research Associate, as well as visiting scientist at the U.S. Army Research Laboratory. At IBM, he works on innovations of Blockchain technologies and leads the development of Blockchain solutions and analytical tools.

⦁ Venkatraman Ramakrishna
Venkatraman Ramakrishna is an IBM Researcher with 10 years of experience. Following a B. Tech. from IIT Kharagpur and a PhD from UCLA, he worked in the Bing Infrastructure team in Microsoft, building reliable application deployment software. At IBM Research, he worked in mobile computing and security before joining the Blockchain team. He has developed applications for trade and regulation, and is now working on improving the performance and privacy-preserving characteristics of the Hyperledger platform.

⦁ Anthony O'Dowd
Anthony O'Dowd is a technical leader in IBM's Blockchain team. Anthony is based in Europe as part of a worldwide team that help users build business solutions which benefit from Blockchain technology. Anthony has a background in middle and back office systems, and has led the development of key IBM middleware in enterprise messaging and integration. He likes to work with different industry users to understand how they can exploit middleware to build more efficient, integrated business systems.

⦁ Salman A. Baset
Salman A. Baset is currently working as CTO Security, IBM Blockchain Solutions. He oversees the security and compliance of blockchain solutions being built by IBM in collaboration with partners such as Walmart and Maersk, and interfaces with clients on blockchain solutions and their security. He drives the implementation of General Data Protection Regulation for blockchain-based solutions. Moreover, he has also built the identity management system which is being used by Fortune 500 companies involved in Global Trade Digitization and Food Trust blockchain solutions

목차

▶TABLE of CONTENTS
1: BLOCKCHAIN - ENTERPRISE AND INDUSTRY PERSPECTIVE
2: EXPLORING HYPERLEDGER FABRIC
3: SETTING THE STAGE WITH A BUSINESS SCENARIO
4: DESIGNING A DATA AND TRANSACTION MODEL WITH GOLANG
5: EXPOSING NETWORK ASSETS AND TRANSACTIONS
6: BUSINESS NETWORKS
7: A BUSINESS NETWORK EXAMPLE
8: AGILITY IN A BLOCKCHAIN NETWORK
9: LIFE IN A BLOCKCHAIN NETWORK
10: GOVERNANCE, NECESSARY EVIL OF REGULATED INDUSTRIES
11: HYPERLEDGER FABRIC SECURITY
12: THE FUTURE OF BLOCKCHAIN AND THE CHALLENGES AHEAD


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전