This repo is just an example implementation of a blockchain system.
This project only requires Node JS:
Node JS comes with a package manager named npm that take care of the project dependencies.
Run npm to install the dependencies (the following command has to be executed just once):
npm install
Now, you just need to run the server:
npm start