This is a web-based blockchain demo that helps users learn about blockchain by creating/modifying blocks, mining them, adjusting the difficulty, and observing how the chain mutates with each action. Each term is defined for the user on mouse hover.
How to run locally:
- Clone this repo
- Run
npm installto install dependencies - Run
npm startto launch the app
Libraries used:
- crypto-js
- react-bootstrap