Skip to content

Simple implementation about blockchain with Typescript

Notifications You must be signed in to change notification settings

rprrafa/blockchain-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain with Typescript

This is a simple example about blockchain implementation using Typescript

Getting Started

This is just an example about blockchain implementation for education purpose, don't use this for create your cryptocurrency.

Prerequisites

You must have nodejs installed and then

npm install

Running

Just run this

npm start

Proof-of-work (PoW)

You can change difficulty (default 2) at Blockchain Class and miner Rewards (default 100).

About

Simple implementation about blockchain with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published