scaling bitcoin for mass use, by eli ben-sasson

This commit is contained in:
bt3gl 2024-11-20 16:23:43 -08:00
parent 56e6d15f02
commit 39ced6ac1f
3 changed files with 18 additions and 2 deletions

View File

@ -4,7 +4,6 @@
* ⬛️ **[blockchains 101](blockchains)**
* ⬛️ **[ethereum](blockchains/ethereum)**
* ⬛️ **[consensus](consensus)**
* ⬛️ **[cryptoeconomics](cryptoeconomics)**
* ⬛️ **[data availability](data_availability)**

View File

@ -2,8 +2,21 @@
<br>
### chapters
<br>
* **[ethereum](ethereum)**
* **[bitcoin](bitcoin)**
<br>
---
### tl; dr
<br>
* **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)**

View File

@ -0,0 +1,5 @@
## cool bitcoin research
<br>
* **[scaling bitcoin for mass use, by e. ben-sasson](https://starkware.co/blog/scaling-bitcoin-for-mass-use/)**