mirror of
https://github.com/autistic-symposium/decentralized-protocols-toolkit.git
synced 2025-04-25 10:19:19 -04:00
scaling bitcoin for mass use, by eli ben-sasson
This commit is contained in:
parent
56e6d15f02
commit
39ced6ac1f
@ -4,7 +4,6 @@
|
||||
|
||||
|
||||
* ⬛️ **[blockchains 101](blockchains)**
|
||||
* ⬛️ **[ethereum](blockchains/ethereum)**
|
||||
* ⬛️ **[consensus](consensus)**
|
||||
* ⬛️ **[cryptoeconomics](cryptoeconomics)**
|
||||
* ⬛️ **[data availability](data_availability)**
|
||||
|
@ -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)**
|
||||
|
||||
|
||||
|
||||
|
5
blockchains/bitcoin/README.md
Normal file
5
blockchains/bitcoin/README.md
Normal 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/)**
|
Loading…
x
Reference in New Issue
Block a user