Functions of the blockchain
From Mini-blockchain Project
The mini-blockchain scheme was developed by understanding the different purposes of the blockchain and then separating that functionality into individual mechanisms which are each optimized to serve their purpose. The blockchain has 3 main functions. The Bitcoin blockchain combines these functions into one single mechanism and as a result doesn't scale well. It requires nodes to store a lot of data which doesn't necessarily need to be stored for so long. Breaking up the functions of the blockchain is the key.
Functions of the Blockchain:
- to coordinate how the network processes transactions
- to manage account balances; record the ownership of coins
- to encapsulate the proof-of-work which secures the network
The mini-blockchain scheme separates these functions into the 3 core components.