Skip to content

sigillabs/dataconla-2019-blockchain-tutorial

Repository files navigation

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.

About

Blockchain tutorial for Data Con LA 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published