Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 551 Bytes

File metadata and controls

14 lines (8 loc) · 551 Bytes

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.