/blockchain

Primary LanguageJavaScript

Blockchain

This repo is just an example implementation of a blockchain system.

How to use?

Prerequisites

This project only requires Node JS:

Installing and Running

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