This project implements a basic version of a blockchain using Node.js.
- Git installed
- Node.js (including NPM) installed
- Open a terminal and clone the repository
- Switch into the basic-blockchain directory
- Run
npm run dev
- Now you can execute your blockchain by executing
node dist/index.js