A demystification of blockchain and bitcoin.
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
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