This is a simple example about blockchain implementation using Typescript
This is just an example about blockchain implementation for education purpose, don't use this for create your cryptocurrency.
You must have nodejs installed and then
npm install
Just run this
npm start
You can change difficulty (default 2) at Blockchain Class and miner Rewards (default 100).