A minimal cryptocurrency CLI implementation in TypeScript & Immutable.js. After learning how Bitcoin works, I decided to build my own cryptocurrency from everything I learned about Bitcoin and Blockchain. The implementation is only about 900 lines of code. Great for leaning about the bitcoin and blockchain data structure.
Blockchain Demo is my attempt at demystifying the technology behind cryptocurrencies. It has a living blockchain, a peer-to-peer network, and a user tour.