Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 319 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 319 Bytes

Blockchain 101

A Wizeline Academy workshop for an intro to basic Blockchain concepts.

Live Coding session

This repository has all the code needed to run in a JavaScript/Node environment.

To run the project you only need to run the command

npm install

and

npm start

from the project's root.