Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 531 Bytes

ChainVerse

Basic Blockchain Implementation in JavaScript

This project is a basic implementation of a single node blockchain written in JavaScript. It includes functionalities for creating blocks, mining them, and handling transactions.

Features

  • Block Class: Represents a single block in the blockchain.
  • Blockchain Class: Manages the chain of blocks, including mining and transactions.
  • Mining: Implements Proof-of-Work to secure the blockchain.
  • Transactions: Basic transactions between entities.