본문 바로가기

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

Blockchain By Example 상세페이지

컴퓨터/IT IT 비즈니스 ,   컴퓨터/IT 개발/프로그래밍

Blockchain By Example

A developer's guide to creating decentralized applications using Bitcoin, Ethereum, and Hyperledger
소장전자책 정가20,000
판매가20,000
Blockchain By Example 표지 이미지

Blockchain By Example작품 소개

<Blockchain By Example> ▶Book Description
The Blockchain is a revolution promising a new world without middlemen. Technically, it is an immutable and tamper-proof distributed ledger of all transactions across a peer-to-peer network. With this book, you will get to grips with the blockchain ecosystem to build real-world projects.

This book will walk you through the process of building multiple blockchain projects with different complexity levels and hurdles. Each project will teach you just enough about the field's leading technologies, Bitcoin, Ethereum, Quorum, and Hyperledger in order to be productive from the outset. As you make your way through the chapters, you will cover the major challenges that are associated with blockchain ecosystems such as scalability, integration, and distributed file management. In the concluding chapters, you'll learn to build blockchain projects for business, run your ICO, and even create your own cryptocurrency. Blockchain by Example also covers a range of projects such as Bitcoin payment systems, supply chains on Hyperledger, and developing a Tontine Bank Every is using Ethereum.

By the end of this book, you will not only be able to tackle common issues in the blockchain ecosystem, but also design and build reliable and scalable distributed systems.

▶What You Will Learn
⦁ Grasp decentralized technology fundamentals to master blockchain principles
⦁ Build blockchain projects on Bitcoin, Ethereum, and Hyperledger
⦁ Create your currency and a payment application using Bitcoin
⦁ Implement decentralized apps and supply chain systems using Hyperledger
⦁ Write smart contracts, run your ICO, and build a Tontine decentralized app using Ethereum
⦁ Implement distributed file management with blockchain
⦁ Integrate blockchain into existing systems in your organization

▶Key Features
⦁ Understand the blockchain ecosystem and its terminologies
⦁ Implement smart contracts, wallets, and consensus protocols
⦁ Design and develop decentralized applications using Bitcoin, Ethereum, and Hyperledger

▶Who This Book Is For
This book is aimed at the blockchain novice, and aims to provide an easy way to learn how to conduct a blockchain-based project. It provides comprehensive coverage of the technical details associated with different blockchain solutions, and step-by-step guidance on implementing typical blockchain projects. By the end of the book, the reader will be able to build and maintain reliable and scalable distributed systems based on blockchain.

▶What this book covers
⦁ Chapter 1, Say Hello to Blockchain, serves as a general introduction, and explains the general concepts on which blockchain technology is based.

⦁ Chapter 2, Building a Bitcoin Payment System, introduces the specifics of Bitcoin by first building a customer-friendly payment system, before moving on to looking in more detail at the use of smart contracts on the Bitcoin blockchain.

⦁ Chapter 3, Building Your Own Cryptocurrency, builds on the general understanding of Bitcoin learned in the previous chapter to then create a new currency based on the Bitcoin code base.

⦁ Chapter 4, Peer-to-Peer Auction in Ethereum, introduces the basic features, concepts, and tools of Ethereum that are required to build a decentralized application. This chapter introduces the Solidity smart contract language that is used extensively in later chapters.

⦁ Chapter 5, Tontine Game with Truffle and Drizzle, builds on the previous Ethereum chapter to create a more complex decentralized application, leveraging more advanced features of Solidity, together with the Truffle development environment.

⦁ Chapter 6, Blockchain-Based Futures System, continues to build on the previous two Ethereum chapters, this time focusing on how smart contracts can interact with the outside world using oracles and third-party APIs.

⦁ Chapter 7, Blockchains in Business, introduces the idea of private enterprise blockchains and their use cases, before detailing how to implement a private network using an enterprisefocused fork of Ethereum called Quorum.

⦁ Chapter 8, Creating an ICO, continues the theme of using the Ethereum blockchain for business by describing, in detail, how to create and run an initial coin offering, also known as a token sale.

⦁ Chapter 9, Distributed Storage – IPFS and Swarm, builds on the previous Ethereum chapters to explore how to incorporate decentralized file storage in a decentralized application.

⦁ Chapter 10, Supply Chain on Hyperledger, introduces the third blockchain network of the book: Hyperledger. This chapter introduces the main concepts and basic features of Hyperledger, and how it differs from Bitcoin and Ethereum, before describing a practical implementation of how Hyperledger can be used to run a supply chain.

⦁ Chapter 11, Letter of Credit (LC) Hyperledger, builds on the basics from the previous chapter to implement a letter of credit issued between two banks and two transacting customers.


출판사 서평

Blockchain is a disruptive technology that promises to disrupt many sectors of the global economy. This innovative technology aims to revolutionize those industries that rely on intermediation and trust by shifting the paradigm away from the currently dominant centralized architectures and toward decentralization.

The past couple of years have seen the exponential growth of blockchain, which has evolved into multiple forms and currently comprises many different technologies and tools, some mature, others relatively new, all of which makes understanding and mastering the key ideas and concepts a difficult task.

This is where this book enters the picture. There are many books out there aiming to capitalize on blockchain's current popularity, but, in our opinion, a vast majority of them concentrate on blockchain's theoretical or speculative aspects: in other words, what blockchain could be used for in future, without providing any concrete details on how these things can be achieved in practice. This book is different: it's more pragmatic. From the outset, this book details what can be done with blockchain technology now, and how to do it, by guiding the reader through a series of in-depth, hands-on implementations.

The book is organized into several main parts. It starts by providing an introduction and high-level overview of blockchain's concepts, before moving on to present different use cases and practical implementations based on the Ethereum, Bitcoin, and Hyperledger blockchains.


저자 소개

⦁ Bellaj Badr
Bellaj Badr is an experienced security and software engineer who loves blockchain with a passion. Currently, he is the CTO at Mchain, a blockchain start-up that develops blockchain solutions for companies.

Alongside his role as CTO, he acts as technical consultant, offering strategic and technical consulting to many companies worldwide. Aside from this, he is involved in many blockchain projects involving the establishment of new blockchain business-oriented protocols. Badr is a frequent speaker at developer conferences and is father to two angels.

⦁ Richard Horrocks
Richard Horrocks is a freelance Ethereum and full-stack developer based in the UK, and holds a BA and MSc in natural sciences from the University of Cambridge. He worked for many years as a technical lead for Cisco Systems, where he worked on the operating systems of carrier-grade routing hardware, before leaving the world of IT to work as an English teacher.

The advent of cryptocurrency piqued his interest sufficiently to lead him back to IT, and, since 2015, he has been working with Ethereum and other cryptocurrencies. His specialist interests are cryptoeconomics and incentive layers, with a particular focus on mechanism design and token engineering.

When not in front of a computer, he enjoys yoga and falling off motorbikes.

⦁ Xun (Brian) Wu
Xun (Brian) Wu is an author, founder, and a board advisor for several blockchain start-ups.

목차

▶TABLE of CONTENTS
1: SAY HELLO TO BLOCKCHAIN
2: BUILDING A BITCOIN PAYMENT SYSTEM
3: BUILDING YOUR OWN CRYPTOCURRENCY
4: PEER-TO-PEER AUCTIONS IN ETHEREUM
5: TONTINE GAME WITH TRUFFLE AND DRIZZLE
6: BLOCKCHAIN-BASED FUTURES SYSTEM
7: BLOCKCHAINS IN BUSINESS
8: CREATING AN ICO
9: DISTRIBUTED STORAGE IPFS AND SWARM
10: SUPPLY CHAIN ON HYPERLEDGER
11: LETTER OF CREDIT (LC) HYPERLEDGER


리뷰

구매자 별점

0.0

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

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

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

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

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

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



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

spinner
모바일 버전