From 8f0b898c9100523f6a19eab03ce2b77c39feb796 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Fri, 6 Feb 2026 19:26:14 +0900 Subject: [PATCH] Add Blockchain Primer --- Blockchain-Primer.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Blockchain-Primer.md diff --git a/Blockchain-Primer.md b/Blockchain-Primer.md new file mode 100644 index 0000000..1224b4d --- /dev/null +++ b/Blockchain-Primer.md @@ -0,0 +1,24 @@ +# Blockchain Primer + +![Blockchain101](../../raw/branch/master/img/Blockchain101a.jpeg) + +A number of independent but related ideas must be understood before a deep discussion of the blockchain landscape or explanation of the structure and function of the Gajumaru can be fully appreciated. The following is a brief explanation of the points most relevant to understanding our project and distributed ledger technologies (DLTs) in general. + +Subjects: + +- [[The Nature of Money]] +- [[Monetary Mechanics]] +- [[Inflation, Deflation, Coins, Tokens, and Prices]] +- [[Distributed Ledger Technologies (DLTs)]] +- [[Blockchain]] +- [[Transaction]] +- [[Mempool]] +- [[Leader (s)election]] +- [[Proof of Work]] +- [[Mining]] +- [[The Mint Function, Blockchain Inflation, and Currency Debasement]] +- [[The Blockchain Trilemma]] +- [[Consensus]] +- [[Finality]] +- [[Smart Contracts]] +- [[The Sophia Language]] \ No newline at end of file