Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Practical blockchains and cryptocurr...
~
Garewal, Karan Singh.
Linked to FindBook
Google Book
Amazon
博客來
Practical blockchains and cryptocurrencies = speed up your application development process and develop distributed applications with confidence /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Practical blockchains and cryptocurrencies/ by Karan Singh Garewal.
Reminder of title:
speed up your application development process and develop distributed applications with confidence /
Author:
Garewal, Karan Singh.
Published:
Berkeley, CA :Apress : : 2020.,
Description:
xxiii, 489 p. :ill., digital ;24 cm.
[NT 15003449]:
Chapter 1: A Short History of Money -- Chapter 2: The Cryptocurrency Ecosystem -- Chapter 3: Symmetric Encryption -- Chapter 4: Cryptographic Hash Functions -- Chapter 5: The Alchemy of Public Key Cryptosystems -- Chapter 6: The Constructor's Guide to Blockchains -- Chapter 7: The Helium Cryptocurrency Project -- Chapter 8: The Helium Blockchain -- Chapter 9: Cryptocurrency Transaction Processing -- Chapter 10: Merkle Trees -- Chapter 11: Helium Transaction Processing -- Chapter 12: The Chainstate -- Chapter 13: Mining Cryptocurrency -- Chapter 14: Helium Mining -- Chapter 15: The Helium Network -- Chapter 16: Blockchain Maintenance -- Chapter 17: Helium Wallet Construction -- Chapter 18: The Helium Testnet -- Appendix 1: Setting Up a Python Virtual Environment -- Appendix 2: Installing LevelDB for Helium -- Appendix 3: Unit Tests with Pytest -- Appendix 4: Making Concurrent Python Programs -- Appendix 5: Object Persistence with Pickle -- Appendix 6: Helium Remote Procedure Calls -- Appendix 7: Simulated Blockchain Automation -- Appendix 8: Helium Data Structures -- Appendix 9: Helium Database Maintenance -- Appendix 10: Helium Source Code Listing.
Contained By:
Springer Nature eBook
Subject:
Blockchains (Databases) -
Online resource:
https://doi.org/10.1007/978-1-4842-5893-4
ISBN:
9781484258934
Practical blockchains and cryptocurrencies = speed up your application development process and develop distributed applications with confidence /
Garewal, Karan Singh.
Practical blockchains and cryptocurrencies
speed up your application development process and develop distributed applications with confidence /[electronic resource] :by Karan Singh Garewal. - Berkeley, CA :Apress :2020. - xxiii, 489 p. :ill., digital ;24 cm.
Chapter 1: A Short History of Money -- Chapter 2: The Cryptocurrency Ecosystem -- Chapter 3: Symmetric Encryption -- Chapter 4: Cryptographic Hash Functions -- Chapter 5: The Alchemy of Public Key Cryptosystems -- Chapter 6: The Constructor's Guide to Blockchains -- Chapter 7: The Helium Cryptocurrency Project -- Chapter 8: The Helium Blockchain -- Chapter 9: Cryptocurrency Transaction Processing -- Chapter 10: Merkle Trees -- Chapter 11: Helium Transaction Processing -- Chapter 12: The Chainstate -- Chapter 13: Mining Cryptocurrency -- Chapter 14: Helium Mining -- Chapter 15: The Helium Network -- Chapter 16: Blockchain Maintenance -- Chapter 17: Helium Wallet Construction -- Chapter 18: The Helium Testnet -- Appendix 1: Setting Up a Python Virtual Environment -- Appendix 2: Installing LevelDB for Helium -- Appendix 3: Unit Tests with Pytest -- Appendix 4: Making Concurrent Python Programs -- Appendix 5: Object Persistence with Pickle -- Appendix 6: Helium Remote Procedure Calls -- Appendix 7: Simulated Blockchain Automation -- Appendix 8: Helium Data Structures -- Appendix 9: Helium Database Maintenance -- Appendix 10: Helium Source Code Listing.
Create cryptocurrency and blockchain applications by examining the key algorithms and concepts pertaining to blockchains, transaction processing, mining, distributed consensus, and anonymous currencies. In this book, you'll develop a fully functional cryptocurrency from scratch in the Python language. Practical Blockchains and Cryptocurrencies is a reference for development of blockchain applications and provides you with rigorous information on cryptography and the theory underlying blockchains. This book consists of small chapters that focus on particular topics. You'll start with a short history of money. Next, you will survey the bitcoin and altcoin ecosystem before delving into cryptographic hash functions, symmetric encryption, public key cryptography, and digital signatures. All the mathematics required to develop blockchain applications is covered. The emphasis is on providing a lucid and rigorous exposition on the nature and working of these constructs. The next major segment of the book discusses the key concepts and algorithms required to develop blockchain and cryptocurrency applications. There are expositions on blockchain construction, Merkle trees, peer-to-peer networks, cryptocurrency addresses, transactions, and mining. You'll take a deep dive into the formation of consensus in distributed systems. In this book you'll develop a fully functional cryptocurrency called Helium from scratch in Python. The language requirements are modest since it is presumed that most readers will not be acquainted with Python. The entire source code and unit test code is included in this book. Practical Blockchains and Cryptocurrencies interleaves theory and Helium program code chapters in order to demonstrate the practical application of theory in working Helium program code. You will: Gain the mathematical foundations as well as the concepts and algorithms of blockchains and cryptocurrencies Implement a cryptocurrency from scratch in Python Master the design of distributed blockchain applications.
ISBN: 9781484258934
Standard No.: 10.1007/978-1-4842-5893-4doiSubjects--Topical Terms:
3222206
Blockchains (Databases)
LC Class. No.: QA76.9.B56 / G374 2020
Dewey Class. No.: 005.824
Practical blockchains and cryptocurrencies = speed up your application development process and develop distributed applications with confidence /
LDR
:04298nmm a2200325 a 4500
001
2256183
003
DE-He213
005
20200903104805.0
006
m d
007
cr nn 008maaau
008
220420s2020 cau s 0 eng d
020
$a
9781484258934
$q
(electronic bk.)
020
$a
9781484258927
$q
(paper)
024
7
$a
10.1007/978-1-4842-5893-4
$2
doi
035
$a
978-1-4842-5893-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.B56
$b
G374 2020
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051360
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.824
$2
23
090
$a
QA76.9.B56
$b
G229 2020
100
1
$a
Garewal, Karan Singh.
$3
3526245
245
1 0
$a
Practical blockchains and cryptocurrencies
$h
[electronic resource] :
$b
speed up your application development process and develop distributed applications with confidence /
$c
by Karan Singh Garewal.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xxiii, 489 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: A Short History of Money -- Chapter 2: The Cryptocurrency Ecosystem -- Chapter 3: Symmetric Encryption -- Chapter 4: Cryptographic Hash Functions -- Chapter 5: The Alchemy of Public Key Cryptosystems -- Chapter 6: The Constructor's Guide to Blockchains -- Chapter 7: The Helium Cryptocurrency Project -- Chapter 8: The Helium Blockchain -- Chapter 9: Cryptocurrency Transaction Processing -- Chapter 10: Merkle Trees -- Chapter 11: Helium Transaction Processing -- Chapter 12: The Chainstate -- Chapter 13: Mining Cryptocurrency -- Chapter 14: Helium Mining -- Chapter 15: The Helium Network -- Chapter 16: Blockchain Maintenance -- Chapter 17: Helium Wallet Construction -- Chapter 18: The Helium Testnet -- Appendix 1: Setting Up a Python Virtual Environment -- Appendix 2: Installing LevelDB for Helium -- Appendix 3: Unit Tests with Pytest -- Appendix 4: Making Concurrent Python Programs -- Appendix 5: Object Persistence with Pickle -- Appendix 6: Helium Remote Procedure Calls -- Appendix 7: Simulated Blockchain Automation -- Appendix 8: Helium Data Structures -- Appendix 9: Helium Database Maintenance -- Appendix 10: Helium Source Code Listing.
520
$a
Create cryptocurrency and blockchain applications by examining the key algorithms and concepts pertaining to blockchains, transaction processing, mining, distributed consensus, and anonymous currencies. In this book, you'll develop a fully functional cryptocurrency from scratch in the Python language. Practical Blockchains and Cryptocurrencies is a reference for development of blockchain applications and provides you with rigorous information on cryptography and the theory underlying blockchains. This book consists of small chapters that focus on particular topics. You'll start with a short history of money. Next, you will survey the bitcoin and altcoin ecosystem before delving into cryptographic hash functions, symmetric encryption, public key cryptography, and digital signatures. All the mathematics required to develop blockchain applications is covered. The emphasis is on providing a lucid and rigorous exposition on the nature and working of these constructs. The next major segment of the book discusses the key concepts and algorithms required to develop blockchain and cryptocurrency applications. There are expositions on blockchain construction, Merkle trees, peer-to-peer networks, cryptocurrency addresses, transactions, and mining. You'll take a deep dive into the formation of consensus in distributed systems. In this book you'll develop a fully functional cryptocurrency called Helium from scratch in Python. The language requirements are modest since it is presumed that most readers will not be acquainted with Python. The entire source code and unit test code is included in this book. Practical Blockchains and Cryptocurrencies interleaves theory and Helium program code chapters in order to demonstrate the practical application of theory in working Helium program code. You will: Gain the mathematical foundations as well as the concepts and algorithms of blockchains and cryptocurrencies Implement a cryptocurrency from scratch in Python Master the design of distributed blockchain applications.
650
0
$a
Blockchains (Databases)
$3
3222206
650
0
$a
Cryptocurrencies.
$3
3450848
650
0
$a
Python (Computer program language)
$3
729789
650
0
$a
Application software
$x
Development.
$3
539563
650
1 4
$a
Python.
$3
3201289
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5893-4
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9411819
電子資源
11.線上閱覽_V
電子書
EB QA76.9.B56 G374 2020
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login