This repository is intended to be a basic implementation of a blockchain. Students are encouraged to look at the code and pick it apart.
Fill in the the validateBlock
method in src/blockchain.js
.
- Build the docker instance:
docker build -t datacon-blockchain-tutorial:latest .
. - Start the node:
docker run -it --name tutorial datacon-blockchain-tutorial:latest
.