Skip to content

This is an implementation of a basic blockchain written in JavaScript, aiming to understand the fundamentals of what makes a blockchain secure by using the SHA256 encryption algorithm.

Notifications You must be signed in to change notification settings

AtharvChandratre/Basic-Blockchain-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Basic Blockchain Implementation

This is an implementation of a basic blockchain written in JavaScript, aiming to understand the fundamentals of what makes a blockchain secure by using the SHA256 encryption algorithm.

This is to test my understanding of the blockchain protocol and is neither complete nor secure.

It contains:

  • The basic implementation of a blockchain
  • A simple proof-of-work mechanism
  • A basic mining reward system

About

This is an implementation of a basic blockchain written in JavaScript, aiming to understand the fundamentals of what makes a blockchain secure by using the SHA256 encryption algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published