Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



blockchain-demo


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)