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 install
to install dependencies - Run
npm start
to launch the app
Libraries used:
- crypto-js
- react-bootstrap