From 39ced6ac1f21f89c74aa10fafac60070bcc0586c Mon Sep 17 00:00:00 2001 From: bt3gl Date: Wed, 20 Nov 2024 16:23:43 -0800 Subject: [PATCH] scaling bitcoin for mass use, by eli ben-sasson --- README.md | 1 - blockchains/README.md | 14 +++++++++++++- blockchains/bitcoin/README.md | 5 +++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 blockchains/bitcoin/README.md diff --git a/README.md b/README.md index da082ab..5ca3e83 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ * ⬛️ **[blockchains 101](blockchains)** -* ⬛️ **[ethereum](blockchains/ethereum)** * ⬛️ **[consensus](consensus)** * ⬛️ **[cryptoeconomics](cryptoeconomics)** * ⬛️ **[data availability](data_availability)** diff --git a/blockchains/README.md b/blockchains/README.md index 54af7e1..d2e33b1 100644 --- a/blockchains/README.md +++ b/blockchains/README.md @@ -2,8 +2,21 @@
+### chapters + +
+ +* **[ethereum](ethereum)** +* **[bitcoin](bitcoin)** + +
+ +--- + ### tl; dr +
+ * **in general, blockchains have four core functions** (although modular blockchains specialize in one or two): * execution: transaction execution and state update. * settlement: finality and dispute resolution. @@ -44,4 +57,3 @@ * **[optimizing sparse merkle trees](https://ethresear.ch/t/optimizing-sparse-merkle-trees/3751)** - diff --git a/blockchains/bitcoin/README.md b/blockchains/bitcoin/README.md new file mode 100644 index 0000000..457e5c0 --- /dev/null +++ b/blockchains/bitcoin/README.md @@ -0,0 +1,5 @@ +## cool bitcoin research + +
+ +* **[scaling bitcoin for mass use, by e. ben-sasson](https://starkware.co/blog/scaling-bitcoin-for-mass-use/)**