
blockchain
JavaScriptblockchainproof-of-workdata-structures
blockchain
A from-scratch JavaScript implementation of a basic blockchain — proof-of-work, block validation, and chain integrity checks. Built to understand the fundamentals, not to ship a coin.
Learning exercise: implemented proof-of-work, block validation, and chain integrity from scratch to understand consensus fundamentals.