Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 725 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 725 Bytes

Blockchain Course

In this course, we will start by implementing a simple Blockchain network PoC (Proof of Concept), on top of JavaScript.

Prerequisites

  • NPM
  • Node.js

You can check if you have them installed by checking the version:

# For NPM:
npm -v
# For Node.js:
node -v

Installation tutorial here for Mac and Windows.

Install

npm install

Run it

node src/1-volcanic-blockchain-poc.js

What's next

  • Implementing a Proof-of-Work system
  • Mining rewards & transactions
  • Signing transactions
  • Implementing a frontend App to consume the Blockchain

Credits

Volcanic Internet.