Skip to content

gitcomit8/cyberchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Blockchain Proof of Concept

This project is a basic proof of concept for a blockchain implemented in Java. It includes a simple proof-of-work (PoW) mining system.

Table of Contents

Introduction

This project demonstrates the fundamental concepts of a blockchain, including block creation, hashing, and proof-of-work mining. It is intended for educational purposes and to provide a starting point for further development.

Features

  • Block creation and chaining
  • SHA-256 hashing
  • Simple proof-of-work mining system
  • Basic transaction handling

Installation

  1. Clone the repository:
    git clone https://github.com/gitcomit8/cyberchain.git
  2. Navigate to the project directory:
    cd java-blockchain
  3. Compile the project:
    javac -d bin src/*.java

Usage

  1. Run the project:

    Run on VS Code

Demo Video

Terminal Recording

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages