- Building Blockchain Projects
- Narayan Prusty
- 48字
- 2021-07-02 23:45:09
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.