An End-to-end Blockchain Implementation with JS-backend and React-frontend.
Image source: What is Blockchain? A Blockchain Introduction.
A full backend JS-OOP style implementation with
- a full test suite
- a frontend React.js web application
- a Proof-of-work algorithm
- a Blockchain explorer with API
- Multi-servers production deployment
- Real-time connected peer-to-peer server with a pub/sub implementation
- Sign Transactions with cryptography and digital signature
- A Transaction Pool for a real-time list of incoming data
Code & tutorial from & credits to: David Katz