This project was created while studying how a blockchain (simplified) works.
THIS IS BY NO MEANS A REAL CRYPTOCURRENCY/DIGITAL COIN.
CREATED FOR EDUCATIONAL PURPOSE ONLY!
Inspired by Savjee https://www.youtube.com/channel/UCnxrdFPXJMeHru_b4Q_vTPQ
Creating a blockchain with Javascript https://www.youtube.com/watch?v=zVqczFZr124&list=PLzvRQMJ9HDiTqZmbtFisdXFxul5k0F-Q4
use 'npm install' to install dependencies
dependencies: node-forge (used for SHA256 hashing), elliptic (used for generating secret/public key and more)