Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 716 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 716 Bytes

Build Status

Create a blockchain with Javascript

The idea behind this is to learn more on how to create a Blockchain.

I am a hard reader and learn a lot on crypto-currencies by these days. As a developer I wanted to understand what is Blockchain and what problems it solves instead of reading bullshit. Reading is not enought, you have to code to grasp it.

Scripts

npm run build && npm start #launch the dist/index.js script
npm run dev #launch the devmod with nodemon

Resources