/dchain

A blockchain implementation for demonstration only, not suitable for cryptocurrency or any other production application

Primary LanguageJavaScript

dchain

dchain is a blockchain implementation for demonstration only. It is not suitable for cryptocurrency or any other production application. It illustrates basic concepts in creating a tamper resistant online ledger including: cryptographically signing transactions, using hashes to check for tampering and proof-of-work.