Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 466 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 466 Bytes

About

Simple Blockchain implementaion using TypeScript.

Usage

Run yarn test to run unit tests.

Hashing

SHA-256 hashing function from Nodes native crypto package. It is used for verifying transactions and blocks.

Proof of Work algorithm

Hashcash was used as a Proof of Work algorithm. The difficulty is determined by the number of characters searched for in a string.