A naive blockchain demo for learning purposes
Install dependencies:
npm install
Start the watcher to compile the JavaScript bundle as you make code changes:
npm start
Open index.html
in a browser:
open ./index.html
- Icon by Flaticon
- UI by Semantic UI
- Hashing by crypto-js