Skip to content

Code to demonstrate principles behind blockchains

Notifications You must be signed in to change notification settings

onceupon/SavjeeCoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SavjeeCoin

A very simple blockchain implementation to demonstrate the basics of blockchains. This is by no means a complete implementation and it is by no means secure!

In the src/ directory you'll find two versions. Each correspond to a video on YouTube:

  • v1: First implementation (video)
  • v2: Added proof-of-work mechanism (video)
  • v3: Added multiple transactions & mining rewards (video)

Video's

Part 1 (click to watch):

Part 2 (click to watch):

Part 3 (click to watch):

About

Code to demonstrate principles behind blockchains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%