![Building Blockchain Projects](https://wfqqreader-1252317822.image.myqcloud.com/cover/270/36701270/b_36701270.jpg)
上QQ阅读APP看书,第一时间看更新
What is a ledger?
A ledger is basically a list of transactions. A database is different from a ledger. In a ledger, we can only append new transactions, whereas in a database, we can append, modify, and delete transactions. A database can be used to implement a ledger.