julianbrowne / blockchain-talk

Slides, code, etc for talk "Blockchain: Secret Sauce or Snake Oil?"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchain: Secret Sauce or Snake Oil?

A demystification of blockchain and bitcoin.

Instructions

Easy route

Run locally

  • Clone the repo

    • git clone https://github.com/julianbrowne/blockchain-talk.git

    • cd blockchain-talk

  • Install dependencies

    • npm install
  • Run the http server

    • ./run.sh // defaults to port 8080

    • Point a modern browser at http://127.0.0.1:8080

Background

Originally developed as a presentation for a Cohaesus tech talk exploring the myths about blockchain. The talk was designed to explain blockchain from first principles to a non-technical audience.

The code snapshot from the night can be found at https://github.com/cohaesus/blockchain-talk

Credits

About

Slides, code, etc for talk "Blockchain: Secret Sauce or Snake Oil?"

License:MIT License


Languages

Language:CSS 43.8%Language:JavaScript 32.8%Language:SCSS 14.1%Language:HTML 9.3%Language:Shell 0.0%