Principles of Blockchain Systems:
Gespeichert in:
Hauptverfasser: | , , , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
San Rafael
Morgan & Claypool Publishers
2021
|
Schriftenreihe: | Synthesis Lectures on Computer Science
14 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | xix, 213 Seiten |
ISBN: | 9781636391687 9781636391700 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV047500831 | ||
003 | DE-604 | ||
005 | 20220714 | ||
007 | t | ||
008 | 211007s2021 |||| 00||| ger d | ||
020 | |a 9781636391687 |c Paperback |9 978-1-63639-168-7 | ||
020 | |a 9781636391700 |c Hardback |9 978-1-63639-170-0 | ||
035 | |a (OCoLC)1273490500 | ||
035 | |a (DE-599)BVBBV047500831 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a ger | |
049 | |a DE-11 |a DE-355 |a DE-945 |a DE-739 |a DE-N2 | ||
084 | |a ST 276 |0 (DE-625)143642: |2 rvk | ||
084 | |a PZ 3250 |0 (DE-625)141166: |2 rvk | ||
084 | |a QH 500 |0 (DE-625)141607: |2 rvk | ||
084 | |a QK 305 |0 (DE-625)141642: |2 rvk | ||
100 | 1 | |a Anta, Antonio Fernández |e Verfasser |0 (DE-588)1245942727 |4 aut | |
245 | 1 | 0 | |a Principles of Blockchain Systems |c Antonio Fernández Anta (IMDEA Networks Institute, Madrid, Spain), Chryssis Georgiou (University of Cyprus, Nicosia, Cyprus), Maurice Herlihy (Brown University, Providence, RI, USA), Maria Potop-Butucaru (Sorbonne Univeristy, Paris, France) |
264 | 1 | |a San Rafael |b Morgan & Claypool Publishers |c 2021 | |
300 | |a xix, 213 Seiten | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Synthesis Lectures on Computer Science |v 14 | |
650 | 0 | 7 | |a Kryptologie |0 (DE-588)4033329-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Blockchain |0 (DE-588)1124028595 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Blockchain |0 (DE-588)1124028595 |D s |
689 | 0 | 1 | |a Kryptologie |0 (DE-588)4033329-2 |D s |
689 | 0 | |C b |5 DE-604 | |
700 | 1 | |a Georgiou, Chryssis |e Verfasser |0 (DE-588)1240347375 |4 aut | |
700 | 1 | |a Herlihy, Maurice |d 1954- |e Verfasser |0 (DE-588)135665558 |4 aut | |
700 | 1 | |a Potop-Butucaru, Maria |e Verfasser |0 (DE-588)1225138132 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, PDF |z 978-1-63639-169-4 |
830 | 0 | |a Synthesis Lectures on Computer Science |v 14 |w (DE-604)BV036952253 |9 14 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032901886&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-032901886 |
Datensatz im Suchindex
_version_ | 1804182832762847232 |
---|---|
adam_text | Vil Contents List of Figures................................................................................................................ xiii Preface.............................................................................................................................. xv Acknowledgments........................................................................................................ xix 1. Cryptographic Tools for Blockchains..........................................................................1 Björn Tackmann, DFINITYFoundation, Zürich, Switzerland Ivan Visconti, University ofSalerno, Salerno, Italy 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2. Introduction............................................................................................................ 1 Hash Functions and Applications...................................................................... 2 1.2.1 Hash Functions....................................................................................... 2 1.2.2 Merkle Trees........................................................................................... 4 Digital Signatures and Variants.......................................................................... 5 1.3.1 Plain Digital Signatures.......................................................................... 5 1.3.2 Aggregate Signatures...............................................................................7 1.3.3 Multi-Sign atures....................................................................................... 9 1.3.4 Threshold
Signatures....................................................................... 11 1.3.5 Forward-Secure Signatures............................................................... 12 Verifiable Random Functions....................................................................... 12 Commitment Schemes ............................................................................... 13 Non-lnteractive Proofs ............................................................................... 14 Privacy-Enhancing Signatures....................................................................... 17 Secure Multi-Party Computation ............................................................... 18 Bibliography.................................................................................................... 19 Authors’ Biographies.................................................................................... 25 A Consensus Taxonomy in the Blockchain Era.......................................................27 Juan A. Garay, Texas A M University, College Station, TX, USA Aggelos Kiayias, University ofEdinburgh, Edinburgh, UK 2.1 2.2 Introduction..................................................................................................... Model and Definitions.................................................................................... 2.2.1 Protocol Execution........................................................................... 2.2.2 The Consensus Problem................................................................... 27 29 29 34
CONTENTS 2.3 2.4 2.5 2.6 2.7 2.8 3. Network Assumptions..................................................................................... 2.3.1 Communication Primitives................................................................ 2.3.2 Synchrony......................................................................................... Setup Assumptions......................................................................................... 2.4.1 No Setup............................................................................................. 2.4.2 Public-State Setup............................................................................ 2.4.3 Private-State Setup............................................................................ Computational Assumptions........................................................................ 2.5.1 Information-Theoretic Security....................................................... 2.5.2 Computational Security.................................................................... 2.5.3 The Random Oracle Model........................................................... Consensus in the Point-to-Point Setting ................................................... Consensus in the Peer-to-Peer Setting....................................................... Ledger Consensus ........................................................................................ Acknowledgments........................................................................................
Bibliography..................................................................................................... Authors’ Biographies.................................................................................... 36 36 38 39 39 39 39 40 40 41 41 42 48 53 59 59 67 The Next 700 Smart Contract Languages.....................................................................69 Ilya Sergey, Yale-NUS College and National University ofSingapore, Singapore 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 Introduction..................................................................................................... 3.1.1 What We Will Discuss................................................................... 3.1.2 What We Will Not Discuss........................................................... Background..................................................................................................... 3.2.1 The Subtleties of the Crowdfunding Contract.............................. 3.2.2 Reasoning about Contract Properties.............................................. 3.2.3 Contract Execution Models........................................................... 3.2.4 Gas Accounting................................................................................ 3.2.5 On the Role of Types....................................................................... Enforcing Contract Invariants....................................................................... Structuring Communication....................................................................... It’s All about Money
.................................................................................... Execution Costs and Gas Accounting........................................................... 3.6.1 Controlling Gas Consumption with PL Techniques..................... 3.6.2 Gas Consumption and Compilation.............................................. Standing Research Problems....................................................................... Conclusion...................................... 69 71 72 72 75 76 77 77 78 78 80 82 84 85 86 87 88
CONTENTS Bibliography.................................................................................................... Author’s Biography....................................................................................... 4. 88 94 Formalization of Blockchain Properties................................................................... 95 Emmanuelle Anceaume, CNRS, Univ. Rennes, IRISA, France Antonio Fernandez Anta, IMDEA Networks Institute, Madrid, Spain Chryssis Georgiou, University of Cyprus, Nicosia, Cyprus Nicolas Nicolaou, Algolysis Ltd, Limassol, Cyprus Maria Potop-Butucaru, LLP6, Sorbonne University, Paris, France 4.1 4.2 4.3 4.4 4.5 5. Introduction.................................................................................................... 95 Preliminaries ................................................................................................ 97 4.2.1 Abstract Data Type (ADT) .......................................................... 97 4.2.2 Sequential Specification of an ADT.............................................. 98 4.2.3 Concurrent Histories of an ADT.................................................. 99 4.2.4 Consistency Criterion....................................................................... 99 Distributed Ledger Objects...............................................................................100 4.3.1 The Ledger Object...............................................................................100 4.3.2 From Ledger Objects to Distributed Ledger Objects.....................101 4.3.3 Linearizable Distributed Ledger
Implementation in a System with Crash Failures......................... 105 4.3.4 Validated Ledgers...............................................................................108 Blockchain Abstract Data Type...................................................................... 109 4.4.1 BlockTree ADT ...............................................................................Ill 4.4.2 Token Oracle 0-ADT...................................................................... 114 4.4.3 ВТ-ADT Augmented with Θ Oracles..............................................116 4.4.4 On the Implementation of ВТ-ADTs ..............................................118 4.4.5 Hierarchy and Mapping with Existing Systems................................. 124 Discussion ........................................................................................................125 Bibliography........................................................................................................127 Authors’ Biographies....................................................................................... 130 Adversarial Cross-Chain Commerce ...................................................................133 Maurice Herlihy, Brown University, Providence, RI, USA Barbara Liskov, MIT, Cambridge, MA, USA Liuba Shrira, Brandeis University, Waltham, MA, USA 5.1 5.2 Introduction........................................................................................................133 System Alodel....................................................................................................134 ix
CONTENTS 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6. 5.2.1 Terminology......................................................................................... 134 5.2.2 Fault Model ......................................................................................135 5.2.3 Timing ................................................................................................. 135 5.2.4 CryptographicModel............................................................................. 136 Cross-Chain Deals......................................................................................... 136 5.3.1 Specifying the Deal................................................................................. 136 5.3.2 State Machine Model............................................................................ 137 5.3.3 Phases..................................................................................................... 138 Correctness..................................................................................................... 139 Execution Model.................................................................................................140 Timelock Protocol.............................................................................................141 5.6.1 Running the Protocol............................................................................ 142 5.6.2 Well-Formed Deals and Decentralization.......................................... 143 5.6.3 What Could Possibly Go Wrong?.......................................................144 5.6.4
Correctness............................................................................................ 145 CBC Protocol.....................................................................................................145 5.7.1 Running the Protocol............................................................................146 5.7.2 What Could Possibly Go Wrong?.......................................................147 5.7.3 Correctness............................................................................................ 148 5.7.4 Cross-Chain Proofs ............................................................................148 5.7.5 Byzantine Fault-Tolerant Consensus.................................................. 148 5.7.6 Proof-of-Work (Nakamoto) Consensus.............................................. 149 Related Work.....................................................................................................150 Acknowledgments............................................................................................ 151 Bibliography.........................................................................................................151 Authors’ Biographies........................................................................................154 Strategic Interactions in Blockchain: A Survey of Game-Theoretic Approaches 155 Bruno Biais, НЕС Paris and Toulouse School ofEconomics, Université Toulouse Capitole, France Christophe Bistere, Toulouse School ofEconomics, Université Toulouse Capitole, France Matthieu Bouvard, Toulouse School ofEconomics,
Université Toulouse Capitole, France Catherine Casamatta, Toulouse School ofEconomics, Université Toulouse Capitole, France 6.1 6.2 Introduction.....................................................................................................155 Mining Strategies............................................................................................ 156 6.2.1 The Longest Chain Ruleand Forks................................................... 157 6.2.2 Double Spending ............................................................................ 159 6.2.3 Upgrades................................................................................................ 159 6.2.4 Block WithholdingStrategies ............................................................160
CONTENTS xi 6.3 6.4 6.5 6.6 7. The Supply or Mining Services.......................................................................161 6.3.1 Computing Capacity Choices.............................................................. 161 6.3.2 Mining Pools....................................................................................... 163 Transaction Fees................................................................................................166 Alternative Consensus Protocols...................................................................... 168 Conclusion.................................. 169 Bibliography........................................................................................................170 Authors’ Biographies....................................................................................... 173 Bankruptcy Solutions as Reward Functions in Mining Pools............................. 175 Marianna Helotti, Cedric, Cnam, BDTD60, Caisse des Dépôts, Paris, France Stefano Moretti, LAMSADE, CNRS, Université Paris-Dauphine, Université PSL, Paris, France 7.1 7.2 7.3 7.4 7.5 8. Introduction........................................................................................................175 7.1.1 Mining and Pooling.......................................................................... 175 7.1.2 Game Theory in the Bitcoin Blockchain......................................... 176 An Incentive-Compatible RewardFunction...................................................178 Cooperative Game Theory and Bankruptcy
Situations................................. 179 7.3.1 Bankruptcy Situations...........................................................................180 7.3.2 Bankruptcy Games: Game-Theoretic Division Rules.....................182 7.3.3 Bankruptcy Rules’ Properties.............................................................. 183 Reward Functions Based on Bankruptcy Rules..............................................186 7.4.1 Game-Theoretic Representation for Long Runs............................. 186 7.4.2 New Reward Functions...................................................................... 186 Conclusion........................................................................................................188 Bibliography........................................................................................................189 Authors’ Biographies....................................................................................... 190 Tokens and ICOs: A Review of the Economic Literature................................. 191 Andrea Canidio, IMT Schoolfor Advanced Studies, Lucca Vincent Danos, CNRS, ENS-PSL Stefania Manassa, CY Cergy Paris University Julien Prat, CNRS, CREST, Ecole Polytechnique 8.1 8.2 8.3 Introduction........................................................................................................ 191 Description........................................................................................................192 Corporate Finance of Tokens...........................................................................196 8.3.1 Protocol
Associated Tokens .............................................................. 199 8.3.2 Tokens as Contracts .......................................................................... 202
xü CONTENTS 8.4 8.5 Token Pricing.....................................................................................................203 8.4.1 Valuation of Cryptocurrencies ...........................................................203 8.4.2 Valuation of Utility Tokens................................................................... 204 Conclusion.........................................................................................................206 Bibliography.........................................................................................................208 Authors’ Biographies........................................................................................209 Editors’ Biographies........................................................................................................211
|
adam_txt |
Vil Contents List of Figures. xiii Preface. xv Acknowledgments. xix 1. Cryptographic Tools for Blockchains.1 Björn Tackmann, DFINITYFoundation, Zürich, Switzerland Ivan Visconti, University ofSalerno, Salerno, Italy 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2. Introduction. 1 Hash Functions and Applications. 2 1.2.1 Hash Functions. 2 1.2.2 Merkle Trees. 4 Digital Signatures and Variants. 5 1.3.1 Plain Digital Signatures. 5 1.3.2 Aggregate Signatures.7 1.3.3 Multi-Sign atures. 9 1.3.4 Threshold
Signatures. 11 1.3.5 Forward-Secure Signatures. 12 Verifiable Random Functions. 12 Commitment Schemes . 13 Non-lnteractive Proofs . 14 Privacy-Enhancing Signatures. 17 Secure Multi-Party Computation . 18 Bibliography. 19 Authors’ Biographies. 25 A Consensus Taxonomy in the Blockchain Era.27 Juan A. Garay, Texas A M University, College Station, TX, USA Aggelos Kiayias, University ofEdinburgh, Edinburgh, UK 2.1 2.2 Introduction. Model and Definitions. 2.2.1 Protocol Execution. 2.2.2 The Consensus Problem. 27 29 29 34
CONTENTS 2.3 2.4 2.5 2.6 2.7 2.8 3. Network Assumptions. 2.3.1 Communication Primitives. 2.3.2 Synchrony. Setup Assumptions. 2.4.1 No Setup. 2.4.2 Public-State Setup. 2.4.3 Private-State Setup. Computational Assumptions. 2.5.1 Information-Theoretic Security. 2.5.2 Computational Security. 2.5.3 The Random Oracle Model. Consensus in the Point-to-Point Setting . Consensus in the Peer-to-Peer Setting. Ledger Consensus . Acknowledgments.
Bibliography. Authors’ Biographies. 36 36 38 39 39 39 39 40 40 41 41 42 48 53 59 59 67 The Next 700 Smart Contract Languages.69 Ilya Sergey, Yale-NUS College and National University ofSingapore, Singapore 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 Introduction. 3.1.1 What We Will Discuss. 3.1.2 What We Will Not Discuss. Background. 3.2.1 The Subtleties of the Crowdfunding Contract. 3.2.2 Reasoning about Contract Properties. 3.2.3 Contract Execution Models. 3.2.4 Gas Accounting. 3.2.5 On the Role of Types. Enforcing Contract Invariants. Structuring Communication. It’s All about Money
. Execution Costs and Gas Accounting. 3.6.1 Controlling Gas Consumption with PL Techniques. 3.6.2 Gas Consumption and Compilation. Standing Research Problems. Conclusion. 69 71 72 72 75 76 77 77 78 78 80 82 84 85 86 87 88
CONTENTS Bibliography. Author’s Biography. 4. 88 94 Formalization of Blockchain Properties. 95 Emmanuelle Anceaume, CNRS, Univ. Rennes, IRISA, France Antonio Fernandez Anta, IMDEA Networks Institute, Madrid, Spain Chryssis Georgiou, University of Cyprus, Nicosia, Cyprus Nicolas Nicolaou, Algolysis Ltd, Limassol, Cyprus Maria Potop-Butucaru, LLP6, Sorbonne University, Paris, France 4.1 4.2 4.3 4.4 4.5 5. Introduction. 95 Preliminaries . 97 4.2.1 Abstract Data Type (ADT) . 97 4.2.2 Sequential Specification of an ADT. 98 4.2.3 Concurrent Histories of an ADT. 99 4.2.4 Consistency Criterion. 99 Distributed Ledger Objects.100 4.3.1 The Ledger Object.100 4.3.2 From Ledger Objects to Distributed Ledger Objects.101 4.3.3 Linearizable Distributed Ledger
Implementation in a System with Crash Failures. 105 4.3.4 Validated Ledgers.108 Blockchain Abstract Data Type. 109 4.4.1 BlockTree ADT .Ill 4.4.2 Token Oracle 0-ADT. 114 4.4.3 ВТ-ADT Augmented with Θ Oracles.116 4.4.4 On the Implementation of ВТ-ADTs .118 4.4.5 Hierarchy and Mapping with Existing Systems. 124 Discussion .125 Bibliography.127 Authors’ Biographies. 130 Adversarial Cross-Chain Commerce .133 Maurice Herlihy, Brown University, Providence, RI, USA Barbara Liskov, MIT, Cambridge, MA, USA Liuba Shrira, Brandeis University, Waltham, MA, USA 5.1 5.2 Introduction.133 System Alodel.134 ix
CONTENTS 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6. 5.2.1 Terminology. 134 5.2.2 Fault Model .135 5.2.3 Timing . 135 5.2.4 CryptographicModel. 136 Cross-Chain Deals. 136 5.3.1 Specifying the Deal. 136 5.3.2 State Machine Model. 137 5.3.3 Phases. 138 Correctness. 139 Execution Model.140 Timelock Protocol.141 5.6.1 Running the Protocol. 142 5.6.2 Well-Formed Deals and Decentralization. 143 5.6.3 What Could Possibly Go Wrong?.144 5.6.4
Correctness. 145 CBC Protocol.145 5.7.1 Running the Protocol.146 5.7.2 What Could Possibly Go Wrong?.147 5.7.3 Correctness. 148 5.7.4 Cross-Chain Proofs .148 5.7.5 Byzantine Fault-Tolerant Consensus. 148 5.7.6 Proof-of-Work (Nakamoto) Consensus. 149 Related Work.150 Acknowledgments. 151 Bibliography.151 Authors’ Biographies.154 Strategic Interactions in Blockchain: A Survey of Game-Theoretic Approaches 155 Bruno Biais, НЕС Paris and Toulouse School ofEconomics, Université Toulouse Capitole, France Christophe Bistere, Toulouse School ofEconomics, Université Toulouse Capitole, France Matthieu Bouvard, Toulouse School ofEconomics,
Université Toulouse Capitole, France Catherine Casamatta, Toulouse School ofEconomics, Université Toulouse Capitole, France 6.1 6.2 Introduction.155 Mining Strategies. 156 6.2.1 The Longest Chain Ruleand Forks. 157 6.2.2 Double Spending . 159 6.2.3 Upgrades. 159 6.2.4 Block WithholdingStrategies .160
CONTENTS xi 6.3 6.4 6.5 6.6 7. The Supply or Mining Services.161 6.3.1 Computing Capacity'Choices. 161 6.3.2 Mining Pools. 163 Transaction Fees.166 Alternative Consensus Protocols. 168 Conclusion. 169 Bibliography.170 Authors’ Biographies. 173 Bankruptcy Solutions as Reward Functions in Mining Pools. 175 Marianna Helotti, Cedric, Cnam, BDTD60, Caisse des Dépôts, Paris, France Stefano Moretti, LAMSADE, CNRS, Université Paris-Dauphine, Université PSL, Paris, France 7.1 7.2 7.3 7.4 7.5 8. Introduction.175 7.1.1 Mining and Pooling. 175 7.1.2 Game Theory in the Bitcoin Blockchain. 176 An Incentive-Compatible RewardFunction.178 Cooperative Game Theory and Bankruptcy
Situations. 179 7.3.1 Bankruptcy Situations.180 7.3.2 Bankruptcy Games: Game-Theoretic Division Rules.182 7.3.3 Bankruptcy Rules’ Properties. 183 Reward Functions Based on Bankruptcy Rules.186 7.4.1 Game-Theoretic Representation for Long Runs. 186 7.4.2 New Reward Functions. 186 Conclusion.188 Bibliography.189 Authors’ Biographies. 190 Tokens and ICOs: A Review of the Economic Literature. 191 Andrea Canidio, IMT Schoolfor Advanced Studies, Lucca Vincent Danos, CNRS, ENS-PSL Stefania Manassa, CY Cergy Paris University Julien Prat, CNRS, CREST, Ecole Polytechnique 8.1 8.2 8.3 Introduction. 191 Description.192 Corporate Finance of Tokens.196 8.3.1 Protocol
Associated Tokens . 199 8.3.2 Tokens as Contracts . 202
xü CONTENTS 8.4 8.5 Token Pricing.203 8.4.1 Valuation of Cryptocurrencies .203 8.4.2 Valuation of Utility Tokens. 204 Conclusion.206 Bibliography.208 Authors’ Biographies.209 Editors’ Biographies.211 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Anta, Antonio Fernández Georgiou, Chryssis Herlihy, Maurice 1954- Potop-Butucaru, Maria |
author_GND | (DE-588)1245942727 (DE-588)1240347375 (DE-588)135665558 (DE-588)1225138132 |
author_facet | Anta, Antonio Fernández Georgiou, Chryssis Herlihy, Maurice 1954- Potop-Butucaru, Maria |
author_role | aut aut aut aut |
author_sort | Anta, Antonio Fernández |
author_variant | a f a af afa c g cg m h mh m p b mpb |
building | Verbundindex |
bvnumber | BV047500831 |
classification_rvk | ST 276 PZ 3250 QH 500 QK 305 |
ctrlnum | (OCoLC)1273490500 (DE-599)BVBBV047500831 |
discipline | Rechtswissenschaft Informatik Wirtschaftswissenschaften |
discipline_str_mv | Rechtswissenschaft Informatik Wirtschaftswissenschaften |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02280nam a2200469 cb4500</leader><controlfield tag="001">BV047500831</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20220714 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">211007s2021 |||| 00||| ger d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781636391687</subfield><subfield code="c">Paperback</subfield><subfield code="9">978-1-63639-168-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781636391700</subfield><subfield code="c">Hardback</subfield><subfield code="9">978-1-63639-170-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1273490500</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047500831</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">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-11</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-945</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-N2</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 276</subfield><subfield code="0">(DE-625)143642:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">PZ 3250</subfield><subfield code="0">(DE-625)141166:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QH 500</subfield><subfield code="0">(DE-625)141607:</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">Anta, Antonio Fernández</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1245942727</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Principles of Blockchain Systems</subfield><subfield code="c">Antonio Fernández Anta (IMDEA Networks Institute, Madrid, Spain), Chryssis Georgiou (University of Cyprus, Nicosia, Cyprus), Maurice Herlihy (Brown University, Providence, RI, USA), Maria Potop-Butucaru (Sorbonne Univeristy, Paris, France)</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">San Rafael</subfield><subfield code="b">Morgan & Claypool Publishers</subfield><subfield code="c">2021</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xix, 213 Seiten</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="490" ind1="1" ind2=" "><subfield code="a">Synthesis Lectures on Computer Science</subfield><subfield code="v">14</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kryptologie</subfield><subfield code="0">(DE-588)4033329-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="655" ind1=" " ind2="7"><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</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="1"><subfield code="a">Kryptologie</subfield><subfield code="0">(DE-588)4033329-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="C">b</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Georgiou, Chryssis</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1240347375</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Herlihy, Maurice</subfield><subfield code="d">1954-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)135665558</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Potop-Butucaru, Maria</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1225138132</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, PDF</subfield><subfield code="z">978-1-63639-169-4</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Synthesis Lectures on Computer Science</subfield><subfield code="v">14</subfield><subfield code="w">(DE-604)BV036952253</subfield><subfield code="9">14</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg - 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=032901886&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-032901886</subfield></datafield></record></collection> |
genre | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV047500831 |
illustrated | Not Illustrated |
index_date | 2024-07-03T18:18:46Z |
indexdate | 2024-07-10T09:13:49Z |
institution | BVB |
isbn | 9781636391687 9781636391700 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032901886 |
oclc_num | 1273490500 |
open_access_boolean | |
owner | DE-11 DE-355 DE-BY-UBR DE-945 DE-739 DE-N2 |
owner_facet | DE-11 DE-355 DE-BY-UBR DE-945 DE-739 DE-N2 |
physical | xix, 213 Seiten |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Morgan & Claypool Publishers |
record_format | marc |
series | Synthesis Lectures on Computer Science |
series2 | Synthesis Lectures on Computer Science |
spelling | Anta, Antonio Fernández Verfasser (DE-588)1245942727 aut Principles of Blockchain Systems Antonio Fernández Anta (IMDEA Networks Institute, Madrid, Spain), Chryssis Georgiou (University of Cyprus, Nicosia, Cyprus), Maurice Herlihy (Brown University, Providence, RI, USA), Maria Potop-Butucaru (Sorbonne Univeristy, Paris, France) San Rafael Morgan & Claypool Publishers 2021 xix, 213 Seiten txt rdacontent n rdamedia nc rdacarrier Synthesis Lectures on Computer Science 14 Kryptologie (DE-588)4033329-2 gnd rswk-swf Blockchain (DE-588)1124028595 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Blockchain (DE-588)1124028595 s Kryptologie (DE-588)4033329-2 s b DE-604 Georgiou, Chryssis Verfasser (DE-588)1240347375 aut Herlihy, Maurice 1954- Verfasser (DE-588)135665558 aut Potop-Butucaru, Maria Verfasser (DE-588)1225138132 aut Erscheint auch als Online-Ausgabe, PDF 978-1-63639-169-4 Synthesis Lectures on Computer Science 14 (DE-604)BV036952253 14 Digitalisierung UB Regensburg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032901886&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Anta, Antonio Fernández Georgiou, Chryssis Herlihy, Maurice 1954- Potop-Butucaru, Maria Principles of Blockchain Systems Synthesis Lectures on Computer Science Kryptologie (DE-588)4033329-2 gnd Blockchain (DE-588)1124028595 gnd |
subject_GND | (DE-588)4033329-2 (DE-588)1124028595 (DE-588)4123623-3 |
title | Principles of Blockchain Systems |
title_auth | Principles of Blockchain Systems |
title_exact_search | Principles of Blockchain Systems |
title_exact_search_txtP | Principles of Blockchain Systems |
title_full | Principles of Blockchain Systems Antonio Fernández Anta (IMDEA Networks Institute, Madrid, Spain), Chryssis Georgiou (University of Cyprus, Nicosia, Cyprus), Maurice Herlihy (Brown University, Providence, RI, USA), Maria Potop-Butucaru (Sorbonne Univeristy, Paris, France) |
title_fullStr | Principles of Blockchain Systems Antonio Fernández Anta (IMDEA Networks Institute, Madrid, Spain), Chryssis Georgiou (University of Cyprus, Nicosia, Cyprus), Maurice Herlihy (Brown University, Providence, RI, USA), Maria Potop-Butucaru (Sorbonne Univeristy, Paris, France) |
title_full_unstemmed | Principles of Blockchain Systems Antonio Fernández Anta (IMDEA Networks Institute, Madrid, Spain), Chryssis Georgiou (University of Cyprus, Nicosia, Cyprus), Maurice Herlihy (Brown University, Providence, RI, USA), Maria Potop-Butucaru (Sorbonne Univeristy, Paris, France) |
title_short | Principles of Blockchain Systems |
title_sort | principles of blockchain systems |
topic | Kryptologie (DE-588)4033329-2 gnd Blockchain (DE-588)1124028595 gnd |
topic_facet | Kryptologie Blockchain Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=032901886&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV036952253 |
work_keys_str_mv | AT antaantoniofernandez principlesofblockchainsystems AT georgiouchryssis principlesofblockchainsystems AT herlihymaurice principlesofblockchainsystems AT potopbutucarumaria principlesofblockchainsystems |