Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 373 Bytes

utxo-model

Bitcoin & Cryptocurrency

Scrooge coin program implements the UTXO model, the logic to process transactions and produce the ledger. Scrooge organizes transactions into time periods or blocks. In each block, Scrooge receives a list of transactions, validates them, and publishes a list of validated transactions (similar structure to Bitcoin transactions).