|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn953971624 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160725s2016 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d N$T
|d IDEBK
|d EBLCP
|d YDXCP
|d N$T
|d OCLCF
|d TEFOD
|d KSU
|d DEBSZ
|d DEBBG
|d Z5A
|d OCLCQ
|d VT2
|d CEF
|d NTG
|d OCLCQ
|d UAB
|d UKAHL
|d OCLCQ
|d MM9
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 953834174
|a 953886711
|
020 |
|
|
|a 9781491924525
|q (electronic bk.)
|
020 |
|
|
|a 1491924527
|q (electronic bk.)
|
020 |
|
|
|a 9781491924501
|q (electronic bk.)
|
020 |
|
|
|a 1491924500
|q (electronic bk.)
|
020 |
|
|
|a 9781491924532
|
020 |
|
|
|a 1491924535
|
020 |
|
|
|z 9781491924549
|
020 |
|
|
|z 1491924543
|
029 |
1 |
|
|a DEBBG
|b BV043969228
|
029 |
1 |
|
|a DEBSZ
|b 48036463X
|
029 |
1 |
|
|a DEBSZ
|b 485797429
|
029 |
1 |
|
|a GBVCP
|b 882849506
|
035 |
|
|
|a (OCoLC)953971624
|z (OCoLC)953834174
|z (OCoLC)953886711
|
037 |
|
|
|a CL0500000765
|b Safari Books Online
|
037 |
|
|
|a 90E1032B-1FAA-4D4A-B18F-3B6F8AE671FD
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.652
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Raval, Sira,
|e author.
|
245 |
1 |
0 |
|a Decentralized applications :
|b harnessing Bitcoin's Blockchain technology /
|c Siraj Raval.
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2016.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from title page (viewed July 22, 2016).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Chapter 1. What Is a Decentralized Application?; Preliminaries: What Is Bitcoin?; What Is a Decentralized Application?; Feature 1: Open Source; Feature 2: Internal Currency; Feature 3: Decentralized Consensus; Feature 4: No Central Point of Failure; The History of Decentralized Applications; PopcornTime; OpenBazaar; FireChat; Lighthouse; Gems; Enabling Technologies; Defining the Terms; Getting Started; Chapter 2. A Flourishing Dapp Ecosystem; Decentralized Data.
|
505 |
8 |
|
|a Option 1: Storing Data Directly in the Bitcoin BlockchainOption 2: Storing Data in a Distributed Hash Table; Decentralized Wealth; Decentralized Identity; Decentralized Computing; Decentralized Bandwidth; Decentralized Markets for Decentralized Assets; Practical Decentralization; Chapter 3. Building Your First Dapp; Go; Centralized Architecture; Decentralized Architecture: Introduction to IPFS; What Are We Building?; Setup; Routing; Data Storage and Retrieval; Passing and Displaying Data to the Frontend; Dapp Economics; Remaining Problems; Private Networks; Human-Readable Names.
|
505 |
8 |
|
|a Showing Only Peers on Mikro, Not IPFS in GeneralTamper-Free Payments; Chapter 4. OpenBazaar; Why Make OpenBazaar?; What Is OpenBazaar?; How Does OpenBazaar Work?; Merchant; Buyer; Notary; How to Install OpenBazaar; Possible Errors; Identity; Reputation; What Could OpenBazaar Have Done Better?; Chapter 5. Lighthouse; Functionality; SPV Wallets; Identity; Chapter 6. La'Zooz; What Is La'Zooz?; Distribution Protocol; DAO Structure; UX; Architecture; Contracts; Improvements; Conclusion; Index; About the Author; Colophon.
|
520 |
|
|
|a "Take advantage of Bitcoin's underlying technology, the blockchain, to build massively scalable, decentralized applications known as dapps. In this practical guide, author Siraj Raval explains why dapps will become more widely used-and profitable-than today's most popular web apps. You'll learn how the blockchain's cryptographically stored ledger, scarce-asset model, and peer-to-peer (P2P) technology provide a more flexible, better-incentivized structure than current software models. Once you understand the theory behind dapps and what a thriving dapp ecosystem looks like, Raval shows you how to use existing tools to create a working dapp. You'll then take a deep dive into the OpenBazaar decentralized market, and examine two case studies of successful dapps currently in use. Learn advances in distributed-system technology that make distributed data, wealth, identity, computing, and bandwidth possible Build a Twitter clone with the Go language, distributed architecture, decentralized messaging app, and peer-to-peer data store Learn about OpenBazaar's decentralized market and its structure for supporting transactions Explore Lighthouse, a decentralized crowdfunding project that rivals sites such as Kickstarter and IndieGogo Take an in-depth look at La'Zooz, a P2P ridesharing app that transmits data directly between riders and drivers"--ProQuest
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Application software.
|
650 |
|
0 |
|a Bitcoin.
|
650 |
|
6 |
|a Logiciels d'application.
|
650 |
|
6 |
|a Bitcoin.
|
650 |
|
7 |
|a Bitcoin.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|2 fast
|
650 |
|
7 |
|a Bitcoin
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 9781491924549
|z 1491924543
|w (OCoLC)907203684
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781491924532/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH31352932
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4602502
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1287363
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis35315615
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13084704
|
994 |
|
|
|a 92
|b IZTAP
|