Architecture

Heisei-Chain consists of a Spring Boot backend with a custom Java blockchain core.

graph TD A[Frontend] --> B[Spring Boot Backend] B --> C[Blockchain Core] C --> D[(Database)]

The blockchain layer ensures integrity for all inventory transactions.

Next → Core Components