Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 343 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 343 Bytes

Blockhain.js ⛓

WARNING: This is a Work In Progress and it might not work

A simple blockchain using Proof Of Work consensus algorithm written in Javascript.

It's built for learning purposes and it doesn't implement a P2P system or any data sync features. I wrote it to try to understand how blockchain works and what are its principles.