/dataconla-2019-blockchain-tutorial

Blockchain tutorial for Data Con LA 2019

Primary LanguageJavaScript

Datacon LA Blockchain Tutorial

This repository is intended to be a basic implementation of a blockchain. Students are encouraged to look at the code and pick it apart.

Slides

Activity 1

Fill in the the validateBlock method in src/blockchain.js.

Activity 2

  1. Build the docker instance: docker build -t datacon-blockchain-tutorial:latest ..
  2. Start the node: docker run -it --name tutorial datacon-blockchain-tutorial:latest.