Introducing Blockchain with Java: Program, Implement, and Extend Blockchains with Java
Autor Spiro Buzharovskien Limba Engleză Paperback – 24 feb 2022
Create your own crypto currency by implementing blockchain technology using Java. This step-by-step guide will teach you how to create a user interface using Java FX and implement SQLite DB using JDBC Driver for the blockchain.
Introducing Blockchain with Java includes numerous exercises and test questions to help you solidify what you have learned as you progress through the book, and provides ideas on expanding the codebase to make it your own. You will have access to a fully-functioning repository with Java code.
Upon completing this book, you will have the knowledge necessary to program your own blockchains with Java and you will have a completed project for your portfolio.
Upon completing this book, you will have the knowledge necessary to program your own blockchains with Java and you will have a completed project for your portfolio.
What You Will Learn
- Know the most important theoretical concepts of the blockchain
- Code the blockchain in Java
- Create a user interface with JavaFX
- Implement SQLite DB using JDBC Driver
- Create a P2P multi-threaded app
- Create your own cryptocurrency app with full functionality
- Implement blockchain technology on a P2P network from scratch using Java, JavaFX, and SQL
Who This Book Is For
Anyone with a basic level knowledge of: Java or similar object-oriented programming language, FXML or HTML or similar markup language, and SQL
Preț: 251.92 lei
Preț vechi: 314.90 lei
-20% Nou
Puncte Express: 378
Preț estimativ în valută:
48.21€ • 49.81$ • 40.10£
48.21€ • 49.81$ • 40.10£
Carte disponibilă
Livrare economică 27 februarie-13 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484279267
ISBN-10: 1484279263
Pagini: 180
Ilustrații: XIV, 173 p. 110 illus., 6 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.27 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484279263
Pagini: 180
Ilustrații: XIV, 173 p. 110 illus., 6 illus. in color.
Dimensiuni: 155 x 235 mm
Greutate: 0.27 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Introduction to Blockchain.- 2. Blockchain Core - Model.- 3. Database Setup.- 4. Service Layer Implementation.- 5. UI – View Layer.- 6. Network Handlers – Networking Layer.
Notă biografică
Spiro Buzharovski is a full-stack software developer in the IT sector. He has a degree in mechanical engineering and has worked as an engineer in the oil and gas sector for more than six years. His interests include Java frameworks, blockchain, and the latest high-tech trends. Inspiration for this book came while working as a technical reviewer on the Apress book by Boro Sitnikovski, Introducing Blockchain with Lisp: Implement and Extend Blockchains with the Racket Language.
Textul de pe ultima copertă
Create your own crypto currency by implementing blockchain technology using Java. This step-by-step guide will teach you how to create a user interface using Java FX and implement SQLite DB using JDBC Driver for the blockchain.
Introducing Blockchain with Java includes numerous exercises and test questions to help you solidify what you have learned as you progress through the book, and provides ideas on expanding the codebase to make it your own. You will have access to a fully-functioning repository with Java code.
Upon completing this book, you will have the knowledge necessary to program your own blockchains with Java and you will have a completed project for your portfolio.
Upon completing this book, you will have the knowledge necessary to program your own blockchains with Java and you will have a completed project for your portfolio.
You will:
- Know the most important theoretical concepts of the blockchain
- Code the blockchain in Java
- Create a user interface with JavaFX
- Implement SQLite DB using JDBC Driver
- Create a P2P multi-threaded app
- Create your own cryptocurrency app with full functionality
- Implement blockchain technology on a P2P network from scratch using Java, JavaFX, and SQL
Caracteristici
Provides a full-stack P2P implementation of the blockchain, complete with UI and DB integration Comes with an open repository of fully functioning code for free Includes exercises and test questions to help you learn