Skip to content

developerjake/DJBlockChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJBlockChain

A simple blockchain implementation. This uses the (v12.2+) nodejs built-in crypto library. Included is a mundane version of a blockchain with transactions, user wallets, and a proof-of-work mechanism. The proof-of-work mechanism utilizes MD5 hashing algorithm instead of SHA256 to make computation quicker for demonstration purposes.

Setup

Install packages with npm install

Build

Create a build with npm run dev. This starts the build in watch mode to automatically recompile when you save changes.

Run

Use npm run start

About

A simple blockchain implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published