anandpatel010 / simple-blockchain

A little test blockchain for educational purposes written in JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A little test blockchain for educational purposes written in JS

Modules:

npm install --save crypto-js

Usage:

run using: node main.js

🎯Checkpoints:

  1. Working base blockchain✅
  2. POS/POW integration✅
  3. Mining capabilities✅
  4. Listening for peers and adding tx's to blocks⏳
  5. Working Wallet⏳

Good Resources:

https://www.youtube.com/channel/UCnxrdFPXJMeHru_b4Q_vTPQ
https://github.com/lhartikk/naivechain
https://block0.org/
https://github.com/flowchain/blockchain-starter-kit
https://en.bitcoin.it/wiki/Scalability#Scalability_targets

-spookiestevie

About

A little test blockchain for educational purposes written in JS


Languages

Language:JavaScript 100.0%