Skip to content

Updated blockchain readme #12792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a typo in blockchain readme
  • Loading branch information
Delight Olaoluwa authored and Delight Olaoluwa committed Jun 10, 2025
commit 590e38c88c779aedde9768efdb5e653ea1ff18ee
4 changes: 2 additions & 2 deletions blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Here are the key blockchain terminologies:
- Cryptography

## Distributed Ledger Technology (DLT)
First of all, a **ledger** is a book or collection of accounts that keeps track of account transactions. Usually, ledgers are **centralised**, meaning that they're controlled by a sole influence. These ledgers are physical records maintained by banks, governments, and other establishments to track financial transactions, ownership records, and any other essential information.
However, this approach only serves as a hotbed for inefficieny and over-reliance on a sole entity.
First of all, a **ledger** is a book or collection of accounts that keeps track of account transactions. Usually, ledgers are **centralised**, meaning that they're controlled by a sole influence. These ledgers are physical records maintained by banks, governments, and other establishments to track financial transactions, ownership records, and any other essential information.
However, this approach only serves as a hotbed for inefficiency and over-reliance on a sole entity.

This is where Distributed Ledger Technology comes in. DLT represents a massive shift from centralised data management.

Expand Down