Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinsisley/blockchain-demo
A naive blockchain demo for learning purposes
https://github.com/justinsisley/blockchain-demo
blockchain cryptojs javascript semantic-ui
Last synced: 2 days ago
JSON representation
A naive blockchain demo for learning purposes
- Host: GitHub
- URL: https://github.com/justinsisley/blockchain-demo
- Owner: justinsisley
- Created: 2017-08-31T17:32:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T23:01:38.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T10:42:38.585Z (2 months ago)
- Topics: blockchain, cryptojs, javascript, semantic-ui
- Language: JavaScript
- Homepage: http://bit.ly/2glXHFN
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Blockchain Demo
A naive blockchain demo for learning purposes## Quick Start
Install dependencies:
```bash
npm install
```Start the watcher to compile the JavaScript bundle as you make code changes:
```bash
npm start
```Open `index.html` in a browser:
```bash
open ./index.html
```## Credits
- Icon by [Flaticon](http://www.flaticon.com/)
- UI by [Semantic UI](https://semantic-ui.com/)
- Hashing by [crypto-js](https://github.com/brix/crypto-js)