https://github.com/gangstead/blockchain-workshop
Workshop for 3/21/18 Nodeschool Dallas https://www.meetup.com/Nodeschool-Dallas/events/lcjkfpyxfbcc/
https://github.com/gangstead/blockchain-workshop
Last synced: 3 months ago
JSON representation
Workshop for 3/21/18 Nodeschool Dallas https://www.meetup.com/Nodeschool-Dallas/events/lcjkfpyxfbcc/
- Host: GitHub
- URL: https://github.com/gangstead/blockchain-workshop
- Owner: gangstead
- License: gpl-3.0
- Created: 2018-03-14T03:55:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T03:54:12.000Z (about 7 years ago)
- Last Synced: 2025-01-29T08:28:04.588Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blockchain Workshop
===================In this workshop you will build a block chain implementation in Node.js. The exercises follow along with [this blog post](http://www.darrenbeck.co.uk/blockchain/nodejs/nodejscrypto/) and [this repo](https://github.com/dbjsdev/BrewChain) by the same author, [Darren Beck](http://www.darrenbeck.co.uk/). Please refer to the blog post for exposition on what's happening as it's not my intent to duplicate it here.
Start by cloning this repo to your computer.
# [Exercise 1 - The world's simplest blockchain](01_simplest_blockchain/)
# [Exercise 2 - Brewchain](02_brewchain/)
# [Exercise 3 - BrewNode](03_brewnode/)
# [Exercise 4 - BrewHttp](04_brewhttp/)
# [Exercise 5 - Proof Of Work](05_proof_of_work/)
# [Exercise 6 - Reach Out and Touch Somebrew](06_reach_out_and_touch_somebrew/)