Skip to content

A simple and educational blockchain implementation in Java. Includes core structures like blocks, transactions, mining, and digital signatures, following clean and modular design principles.

License

Notifications You must be signed in to change notification settings

Jose05Code/modular-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Educational Blockchain in Java

This project is a simplified blockchain implemented in Java, designed for learning and experimentation. It includes:

  • Block and blockchain structure
  • Transaction signing and verification
  • Mining with adjustable difficulty
  • Key generation using elliptic curve cryptography
  • JSON serialization planned for persistent storage

How to Run

  1. Clone the repository
  2. Open it in your favorite Java IDE (e.g., IntelliJ)
  3. Run the Main class to simulate a basic blockchain flow

Planned Features

  • JSON-based persistence
  • Interactive CLI or GUI
  • Network simulation

License

MIT – feel free to use and modify.

About

A simple and educational blockchain implementation in Java. Includes core structures like blocks, transactions, mining, and digital signatures, following clean and modular design principles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages