Skip to content

tooploox/tjcoin

Repository files navigation

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.

About

Simple blockchain implementaion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published