Mastering blockchain: distributed ledger technology, decentralization, and smart contracts explained
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Birmingham - Mumbai
Packt
March 2018
|
Ausgabe: | second edition |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Auf Cover: "Second edition - fully revised and updated" |
Beschreibung: | XVI, 633 Seiten Illustrationen, Diagramme |
ISBN: | 9781788839044 1788839048 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV045241453 | ||
003 | DE-604 | ||
005 | 20190517 | ||
007 | t | ||
008 | 181019s2018 a||| |||| 00||| eng d | ||
020 | |a 9781788839044 |c brosch. : EUR 40.90 |9 978-1-78883-904-4 | ||
020 | |a 1788839048 |9 1-78883-904-8 | ||
035 | |a (OCoLC)1057784715 | ||
035 | |a (DE-599)BVBBV045241453 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-1043 |a DE-Aug4 |a DE-703 |a DE-739 |a DE-860 | ||
084 | |a QK 200 |0 (DE-625)141634: |2 rvk | ||
084 | |a QK 305 |0 (DE-625)141642: |2 rvk | ||
100 | 1 | |a Bashir, Imran |e Verfasser |4 aut | |
245 | 1 | 0 | |a Mastering blockchain |b distributed ledger technology, decentralization, and smart contracts explained |c Imran Bashir |
250 | |a second edition | ||
264 | 1 | |a Birmingham - Mumbai |b Packt |c March 2018 | |
300 | |a XVI, 633 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Auf Cover: "Second edition - fully revised and updated" | ||
650 | 0 | 7 | |a Blockchain |0 (DE-588)1124028595 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Blockchain |0 (DE-588)1124028595 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030629656&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-030629656 |
Datensatz im Suchindex
_version_ | 1804178978023407616 |
---|---|
adam_text | Table of Contents Preface _______________________________________ 1 Chapter 1: Blockchain 101 The growth of blockchain technology Distributed systems The history of blockchain and Bitcoin Electronic cash Blockchain Blockchain defined 15 15 17 17 17 18 18 18 18 Generic elements of a blockchain How blockchain works How blockchain accumulates blocks Benefits and limitations of blockchain Tiers of blockchain technology Features of a blockchain 24 24 25 27 28 Distributed ledgers Distributed Ledger Technology Public blockchains Private blockchains Semiprivate blockchains Sidechains Permissioned ledger Shared ledger Fully private and proprietary blockchains Tokenized blockchains Tokenless blockchains Consensus Consensus mechanism Types of consensus mechanisms Consensus in blockchain ! g 13 Peer-to-peer Distributed ledger Cryptographically-secure Append-only Updateable via consensus Types of blockchain : 9 CAP theorem and blockchain Summary Chapter 2: Decentralization Decentralization using blockchain 21 зі 32 32 33 33 33 34 34 34 35 35 35 Зв 36 37 37 40 42 43 43
Table of Contents Methods of decentraNzation Disintermediation Contest-driven decentralization Routes to decentralization How to decentralize The decentralization framework example Blockchain and full ecosystem decentralization Storage Communication Computing power and decentralization Smart contracts Decentralized Organizations Decentralized Autonomous Organizations Decentralized Autonomous Corporations Decentralized Autonomous Societies Decentralized Applications (DApps) Requirements of a Decentralized Application Operations of a DApp DApp examples KYC-Chain OpenBazaar Lazooz Platforms for decentralization Ethereum MaidSafe Lisk Summary Chapter 3: Symmetric Cryptography Working with the OpenSSL command line Introduction Mathematics Set Group Field A finite field Order An abelian group Prime fields Ring A cyclic group Modular arithmetic Cryptography Confidentiality Integrity Authentication 45 46 46 48 49 50 50 51 52 53 54 55 55 56 56 57 57 57 58 58 58 58 58 59 59 59 60 61 61 62 63 63 63 63 64 64 64 64 64 64 65 65 66 66 66 ----------------------------------------------- Iii] ------------------------------------------------
Table of Contents Entity authentication Data origin authentication Non-repudiation Accountability 67 67 68 68 6Ց 70 70 71 72 73 73 74 74 74 75 75 75 76 Cryptographic primitives Symmetric cryptography Stream ciphers Block ciphers Block encryption mode Electronic Code Book Cipher Block Chaining Counter mode Keystream generation mode Message authentication mode Cryptographic hash mode Data Encryption Standard Advanced Encryption Standard How AES works Summary Chapter 4: Public Key Cryptography Asymmetric cryptography Integer factorization Discrete logarithm Elliptic curves Public and private keys RSA Encryption and decryption using RSA Elliptic Curve Cryptography Mathematics behind ECC Point addition Point doubling Discrete logarithm problem in ECC RSA using OpenSSL RSA public and private key pair Private key Public key Exploring the public key Encryption and decryption Encryption Decryption ECC using OpenSSL ECC private and public key pair Private key Private key generation Hash functions Compression of arbitrary messages into fixed-length digest Easy to compute Preimage resistance Second preimage resistance [iii] 80 81 81 84 84 84 85 85 87 87 87 88 91 94 96 96 96 97 99 99 99 100 100 100 101 101 104 104 104 104 105
Table of Contents Collision resistance Message Digest Secure Hash Algorithms 105 106 Design of Secure Hash Algorithms Design of SHA-256 Design of SHA-3 (Keccak) OpenSSL example of hash functions Message Authentication Codes MACs using block ciphers Hash-based MACs Merkle trees Patricia trees Distributed Hash Tables Digital signatures RSA digital signature algorithm Sign then encrypt Encrypt then sign Elliptic Curve Digital Signature Algorithm How to generate a digital signature using OpenSSL ECDSA using OpenSSL Homomorphic encryption Signcryption Zero-Knowledge Proofs Blind signatures Encoding schemes Financial markets and trading Chapter 5: Introducing Bitcoin Bitcoin Bitcoin definition Bitcoin - a bird s-eye view Sending a payment to someone Digital keys and addresses Private keys in Bitcoin Public keys in Bitcoin --------------------------------------------------------- 112 112 113 114 114 115 116 116 118 119 121 122 122 123 123 124 Trading Exchanges Orders and order properties Order management and routing systems Components of a trade The underlying instrument General attributes Economics Sales Counterparty Trade life cycle Order anticipators Market manipulation Summary 106 107 107 Ю9 110 110 110 111 124 125 125 125 126 126 126 126 127 127 127 128 128 129 131 134 136 137 138 145 146 147 [iV] ----------------------------------------
Table of Contents Addresses in Bitcoin Base58Check encoding Vanity addresses 148 150 150 151 152 152 153 154 154 155 156 156 157 157 157 158 161 161 162 163 16З 163 164 I66 169 170 170 171 171 174 174 175 175 175 176 177 Multisignature addresses Transactions The transaction life cycle Transaction fee Transaction pools The transaction data structure Metadata Inputs Outputs Verification The script language Commonly used opcodes Types of transactions Coinbase transactions Contracts Transaction verification Transaction malleability Blockchain The structure of a block The structure of a block header The genesis block Mining Tasks of the miners Mining rewards Proof of Work (PoW) The mining algorithm The hash rate Mining systems CPU GPU FPGA ASICs Mining pools Summary Chapter 6: Bitcoin Network and Payments The Bitcoin network Wallets Non-deterministic wallets Deterministic wallets Hierarchical Deterministic wallets Brain wallets Paper wallets Hardware wallets --------------------------------------------------------- iso ısı ısı 191 192 192 192 193 193 193 [v] ---------------------------------------------------------
Table of Contents Online wallets Mobile wallets Bitcoin payments Innovation in Bitcoin Bitcoin Improvement Proposals (BIPs) Advanced protocols Segregated Witness (SegWit) Bitcoin Cash Bitcoin Unlimited Bitcoin Gold Bitcoin investment and buying and selling bitcoins Summary Chapter 7: Bitcoin Clients and APIs Bitcoin installation Types of Bitcoin Core clients Bitcoind Bitcoin-cli Bitcoin-qt Setting up a Bitcoin node Setting up the source code Setting up bitcoin.conf Starting up a node in testnet Starting up a node in regtest Experimenting with Bitcoin-cli Bitcoin programming and the command-line interface Summary Chapter 8: Alternative Coins Theoretical foundations Alternatives to Proof of Work Proof of Storage Proof of Stake (PoS) Various stake types Proof of coinage Proof of Deposit (PoD) Proof of Burn Proof of Activity (PoA) Nonoutsourceable puzzles Difficulty adjustment and retargeting algorithms Kimoto Gravity Well Dark Gravity Wave DigiShield MIDAS Bitcoin limitations Privacy and anonymity Mixing protocols --------------------------------------------------------- 194 194 195 197 198 198 199 200 200 201 202 204 205 205 206 206 207 207 208 209 209 210 210 211 213 214 215 218 219 222 222 222 222 223 223 223 223 224 225 226 226 227 227 227 228 [vi] ---------------------------------------------------------
Table of Contents Third-party mixing protocols Inherent anonymity Extended protocols on top of Bitcoin Colored coins Counterparty Development of altcoins Consensus algorithms Hashing algorithms Difficulty adjustment algorithms Inter-block time Block rewards Reward halving rate Block size and transaction size Interest rate Coinage Total supply of coins Namecoin Trading Namecoins Obtaining Namecoins Generating Namecoin records Litecoin Primecoin Trading Primecoin Mining guide Zcash Trading Zcash Mining guide Address generation GPU mining Downloading and compiling nheqminer Initial Coin Offerings (ICOs) ERC20 tokens Summary Chapter 9: Smart Contracts History Definition Ricardian contracts Smart contract templates Oracles Smart Oracles Deploying smart contracts on a blockchain The DAO Summary Chapter 10: Ethereum 101 229 230 230 230 231 232 233 233 233 233 234 234 234 234 234 234 235 237 237 240 242 246 247 248 250 252 252 256 257 257 259 261 261 263 263 264 267 271 272 275 275 276 277 279 279 Introduction [vii]
Table of Contents The yellow paper ; ^ : f : Useful mathematical symbols : ։ ^ Ethereum blockchain ֊ Ethereum ֊ bird s eye view The Ethereum network Mainnet Testnet Private net Components of the Ethereum ecosystem Keys and addresses ACCOUntS Types of accounts Transactions and messages 281 ; - 282 , 280 1 ; 283 287 287 288 288 2ՑՑ 290 290 291 292 Contract creation transaction Message call transaction Messages Calls Transaction validation and execution The transaction substate State storage in the Ethereum blockchain The world state The account state Transaction receipts Ether cryptocurrency / tokens (ETC and ETH) The Ethereum Virtual Machine (EVM) Execution environment Machine state The iterator function Smart contracts Native contracts Summary 295 296 297 298 299 299 299 300 300 301 зоз 304 306 307 308 309 310 312 Chapter 11 : Further Ethereum Programming languages 31 з 314 Runtime bytecode Opcodes and their meaning Arithmetic operations Logical operations Cryptographic operations Environmental information Block information Stack, memory, storage, and flow operations Push operations Duplication operations Exchange operations Logging operations System operations Blocks and blockchain [ viii ] 315 315 315 316 317 317 318 319 319 320 320 321 321 322
Table of Contents The genesis block The block validation mechanism Block finalization Block difficulty Gas 324 325 326 326 328 Fee schedule Forks in the blockchain Nodes and miners The consensus mechanism Ethash CPU mining GPU mining Benchmarking Mining rigs Mining pools Wallets and client software Geth Eth Pyethapp Parity Light clients Installation Eth installation Mist browser Geth The geth console Funding the account with bitcoin Parity installation Creating accounts using the parity command line APIs, tools, and DApps Applications (DApps and DAOs) developed on Ethereum Tools Supporting protocols whisper Swarm Scalability, security, and other challenges Trading and investment Summary Chapter 12: Ethereum Development Environment Test networks Setting up a private net Network ID The genesis file Data directory Flags and their meaning Static nodes Starting up the private network Running Mist on private net Deploying contracts using Mist --------------------------------------------------------- 329 330 330 331 333 334 335 336 337 338 339 339 339 339 339 339 340 340 340 343 344 345 346 350 350 350 351 351 351 352 353 353 354 355 356 357 358 358 З60 360 361 361 367 370 [ix] ---------------------------------------------------------
Table of Contents Block explorer for private net / local Ethereum block explorer Summary Chapter 13: Development Tools and Frameworks Languages Compilers Solidity compiler (sole) Installation on Linux Installation on macOS Integrated Development Environments (IDEs) Remix Tools and libraries Node version 7 EthereumJS Ganache MetaMask Truffle Installation Contract development and deployment Writing Testing Solidity language Types 375 378 379 зві 381 381 381 382 384 384 387 388 388 389 390 393 394 395 395 397 397 Value types Boolean Integers Address Literals Integer literals String literals Hexadecimal literals Enums Function types Internal functions External functions Reference types Arrays Structs Data location Mappings Global variables Control structures Events Inheritance Libraries Functions Layout of a Solidity source code file Version pragma Import Comments Summary --------------------------------------------------------- ; 398 398 398 398 399 400 400 400 400 400 401 401 401 401 401 402 402 402 403 403 405 405 406 407 410 410 410 411 411 [x] ---------------------------------------------------------
Table of Contents Chapter 14: Introducing Web3 Web3 Contract deployment POST requests The HTML and JavaScript frontend Installing web3.js Example Creating a web3 object Checking availability by calling any web3 method Contract functions Development frameworks Truffle Initializing Truffle Interaction with the contract Another example An example project - Proof of Idea Oracles Deployment on decentralized storage using IPFS Installing IPFS Distributed ledgers Summary Chapter 15: Hyperledger Projects under Hyperledger Fabric Sawtooth Lake Iroha Burrow Indy Explorer Cello Composer Quilt Hyperledger as a protocol The reference architecture Requirements and design goals of Hyperledger Fabric The modular approach Privacy and confidentiality Scalability Deterministic transactions Identity Auditability Interoperability Portability Rich data queries Fabric Hyperledger Fabric Membership services 413 413 414 421 422 423 424 426 426 427 430 430 430 439 442 445 458 460 461 464 464 465 465 466 466 467 467 468 468 468 469 469 469 470 472 472 472 473 473 473 473 474 474 474 474 475 476 -------------------------------------------- [xi] --------------------------------------------
Table of Contents Blockchain services Consensus services Distributed ledger The peer to peer protocol Ledger storage Chaincode services Components of the fabric Peers Orderer nodes Clients Channels World state database Transactions Membership Service Provider (MSP) Smart contracts Crypto service provider Applications on blockchain Chaincode implementation The application model Consensus in Hyperledger Fabric The transaction life cycle in Hyperledger Fabric Sawtooth Lake PoET Transaction families Consensus in Sawtooth The development environment - Sawtooth Lake Corda Architecture State objects T ransactions Consensus Flows Components Nodes The permissioning service Network map service Notary service Oracle service Transactions Vaults CorDapp The development environment - Corda Summary Chapter 16: Alternative Blockchains Blockchains Kaděna 477 477 477 478 479 479 480 480 480 481 481 481 481 481 482 482 482 483 485 485 486 488 488 489 491 491 495 496 496 497 497 497 498 498 498 499 499 499 499 500 501 501 502 505 505 506 511 514 515 515 515 Ripple Transactions Payments related Order related Account and security-related [xii]
Table of Contents Interledger Application layer Transport layer Interledger layer Ledger layer Stellar Rootstock Sidechain Drivechain Quorum Transaction manager Crypto Enclave QuorumChain Network manager Tezos Storj MaidSafe BigchainDB MultIChain Tendermint Tendermint Core Tendermint Socket Protocol (TMSP) Platforms and frameworks 516 516 517 517 517 518 519 519 519 520 521 521 521 521 522 524 525 525 526 526 526 526 527 EriS Summary Chapter 17: Blockchain - Outside of Currencies Internet of Things Physical object layer Device layer Network layer Management layer Application layer loT blockchain experiment First node setup Raspberry Pi node setup 527 529 531 532 533 533 534 534 534 538 543 544 546 549 556 556 559 559 560 561 561 562 562 563 Installing Node.js Circuit Government Border control Voting Citizen identification (ID cards) Miscellaneous Health Finance Insurance Post-trade settlement Financial crime prevention [xiii]
Table of Contents Media 564 Summary Chapter 18: Scalability and Other Challenges Scalability Network plane Consensus plane Storage plane View plane Block size increase Block interval reduction Invertible Bloom Lookup Tables Sharding State channels Private blockchain Proof of Stake Sidechains Subchains Tree chains (trees) Block propagation Bitcoin-NG Plasma 565 567 568 568 569 569 569 570 570 571 571 571 573 573 573 573 574 575 575 576 576 Privacy Indistinguishability Obfuscation Homomorphic encryption Zero-Knowledge Proofs State channels Secure multiparty computation Usage of hardware to provide confidentiality CoinJoin Confidential transactions MimbleWimble Security Smart contract security Formal verification and analysis Oyente tool Summary Chapter 19: Current Landscape and What s Next Emerging trends Application-specific blockchains (ASBCs) Enterprise-grade blockchains Private blockchains Start-ups Strong research interest Standardization [xiv] 577 577 578 578 578 579 579 580 580 581 581 583 585 587 589 589 590 590 590 591 591 592
Table of Contents Enhancements Real-world implementations Consortia Answers to technical challenges Convergence Education of blockchain technology Employment Cryptoeconomics Research in cryptography New programming languages Hardware research and development Research in formal methods and security Alternatives to blockchains Interoperability efforts Blockchain as a Service Efforts to reduce electricity consumption Other challenges Regulation Dark side Blockchain research Smart contracts Centralization issues Limitations in cryptographic functions Consensus algorithms Scalability Code obfuscation Notable projects Zcash on Ethereum C0IIC0 Cello Qtum Bitcoin-NG Solidus Hawk Town-Crier SETLCoin TEEChan Falcon Bletchley Casper Miscellaneous tools Solidity extension for Microsoft Visual Studio MetaMask Stratiš Embark ---------------------------------------------------- 593 594 594 595 595 595 596 596 596 597 597 598 598 598 599 599 599 599 601 602 602 602 боз боз 603 604 604 604 604 605 605 605 605 606 606 606 606 607 607 607 60S 6O8 6O8 608 609 [xv] ---------------------------------------------------------
Tableo/Contents DAPPLE Meteor uPort INFURA Convergence with other industries Future Summary Another Book You Mav Enjoy Index 609 609 610 610 610 611 613 615 617 [xvi]
|
any_adam_object | 1 |
author | Bashir, Imran |
author_facet | Bashir, Imran |
author_role | aut |
author_sort | Bashir, Imran |
author_variant | i b ib |
building | Verbundindex |
bvnumber | BV045241453 |
classification_rvk | QK 200 QK 305 |
ctrlnum | (OCoLC)1057784715 (DE-599)BVBBV045241453 |
discipline | Wirtschaftswissenschaften |
edition | second edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01503nam a2200361 c 4500</leader><controlfield tag="001">BV045241453</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20190517 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">181019s2018 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788839044</subfield><subfield code="c">brosch. : EUR 40.90</subfield><subfield code="9">978-1-78883-904-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788839048</subfield><subfield code="9">1-78883-904-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1057784715</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV045241453</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1043</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-860</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QK 200</subfield><subfield code="0">(DE-625)141634:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QK 305</subfield><subfield code="0">(DE-625)141642:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bashir, Imran</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering blockchain</subfield><subfield code="b">distributed ledger technology, decentralization, and smart contracts explained</subfield><subfield code="c">Imran Bashir</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">second edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham - Mumbai</subfield><subfield code="b">Packt</subfield><subfield code="c">March 2018</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVI, 633 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Auf Cover: "Second edition - fully revised and updated"</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Blockchain</subfield><subfield code="0">(DE-588)1124028595</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Blockchain</subfield><subfield code="0">(DE-588)1124028595</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030629656&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-030629656</subfield></datafield></record></collection> |
id | DE-604.BV045241453 |
illustrated | Illustrated |
indexdate | 2024-07-10T08:12:33Z |
institution | BVB |
isbn | 9781788839044 1788839048 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-030629656 |
oclc_num | 1057784715 |
open_access_boolean | |
owner | DE-1043 DE-Aug4 DE-703 DE-739 DE-860 |
owner_facet | DE-1043 DE-Aug4 DE-703 DE-739 DE-860 |
physical | XVI, 633 Seiten Illustrationen, Diagramme |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt |
record_format | marc |
spelling | Bashir, Imran Verfasser aut Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained Imran Bashir second edition Birmingham - Mumbai Packt March 2018 XVI, 633 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier Auf Cover: "Second edition - fully revised and updated" Blockchain (DE-588)1124028595 gnd rswk-swf Blockchain (DE-588)1124028595 s DE-604 Digitalisierung UB Passau - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030629656&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Bashir, Imran Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained Blockchain (DE-588)1124028595 gnd |
subject_GND | (DE-588)1124028595 |
title | Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained |
title_auth | Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained |
title_exact_search | Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained |
title_full | Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained Imran Bashir |
title_fullStr | Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained Imran Bashir |
title_full_unstemmed | Mastering blockchain distributed ledger technology, decentralization, and smart contracts explained Imran Bashir |
title_short | Mastering blockchain |
title_sort | mastering blockchain distributed ledger technology decentralization and smart contracts explained |
title_sub | distributed ledger technology, decentralization, and smart contracts explained |
topic | Blockchain (DE-588)1124028595 gnd |
topic_facet | Blockchain |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=030629656&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT bashirimran masteringblockchaindistributedledgertechnologydecentralizationandsmartcontractsexplained |