https://github.com/hongalex/mining-visualizer
https://github.com/hongalex/mining-visualizer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hongalex/mining-visualizer
- Owner: hongalex
- License: gpl-3.0
- Created: 2017-10-01T05:09:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T06:35:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T07:43:41.307Z (6 months ago)
- Language: JavaScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Blockchain Mining Visualizer
This application serves to help visualize how mining works in a proof-of-work based blockchain, including Bitcoin and Ethereum.
```npm start``` - Deploys webpack which supports live hotloading
1. After running ```npm start```, go to [http://localhost:3000](http://localhost:3000)
2. The page will take some time in mining the initial genesis block. If this takes too long, try lowering the difficulty. This can be changed in ```src/config.js```
3. Give some input data to mine the next block. Once calculated, it will be displayed on the pageThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).