Cargando…

Introducing Blockchain with Java : program, implement, and extend Blockchains with Java /

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 qu...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Buzharovski, Spiro (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress, 2022.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction to Blockchain
  • 2. Blockchain Core - Model
  • 3. Database Setup
  • 4. Service Layer Implementation
  • 5. UI View Layer
  • 6. Network Handlers Networking Layer.