Skip to content

dev-akshaygupta/Simple-Blockchain-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Blockchain-Application

Created a simple blockchain application using Javascript. Used crypto-js library of Javascript to implement SHA256.

About Application:

  • Implemented Blockchain using JavaScript to demonstrate and learn how Blockchain works
  • Utilized crypto-js a JavaScript library to implement SHA256 for generating hash code for each block
  • Implemented validation mechanism to check if the block is altered or not
  • Performed testing on Node.js a runtime environment for JavaScript

Following functionalities are implemented:

  1. Creating a blockchain in the form of array.
  2. Creating new block which will have index of block(optional), timestamp, data, hash of previous block.
  3. Validating the blockchain whether it is altered or unaltered.

Use "node main.js" on CMD to run the file from current directory.

About

Created a simple blockchain application using Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published