A simple crypto currency I am trying to make in Type Script
I am just learning making block chains and crypto currencies
- Have
node>=12installed(This repository has been tested withnode 16btw) - run
npm installinside the project directory - run
ts-node index.tsto start an instance of the block-chain
I need some ideas about improvements/ new ideas that I can implement into this