|
|
|
|
|
by abtinf
2922 days ago
|
|
A key element of blockchain is the associated business logic (smart contracts). You need an immutable ledger and you need agreed upon business logic. You have your choice of consensus algorithms. Most of the time when people say blockchain, they mean the public networks like bitcoin or ethereum. But if you move to a private, permissioned network model, you can use consensus algorithms that don’t need mining and have very high transaction speeds. This is the approach taken by IBM Blockchain (via the Linux Foundation’s open source hyperledger fabric project) and a few others. |
|