This project demonstrates a simple blockchain implementation using Java.
- Block creation
- SHA-256 hashing
- Proof of Work mining
- Blockchain validation
- Tampering detection
- Java
- SHA-256
- Clone the repository
- Open project in IntelliJ or VS Code
- Compile all Java files
- Run Main.java
- Mines blocks
- Displays blockchain
- Validates blockchain integrity
- Blockchain fundamentals
- Hashing
- Mining
- Immutable ledger