mirror of
https://github.com/autistic-symposium/decentralized-protocols-toolkit.git
synced 2025-05-02 06:46:10 -04:00
reorganize chapters
This commit is contained in:
parent
5a05bea513
commit
bf1f5938c1
23 changed files with 554 additions and 46 deletions
29
data_availability/README.md
Normal file
29
data_availability/README.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
## data availability
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
* data availability is the proof that the underlying data behind a particular hash was actually published and can
|
||||
* in the case of ethereum, da is one of the primary scaling bottlenecks. protocol-level changes such as sharding and eip-4488 (proto-sharding) are intended to increase da and reduce the cost of storing data on ethereum (the current leading design is **danksharding**, which should happen in several steps).
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### chapters
|
||||
|
||||
<br>
|
||||
|
||||
* **[celestia](celestia.md)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### cool resources
|
||||
|
||||
<br>
|
||||
|
||||
* **[private data attestation using merkle trees, by ethereum attestation service](https://mirror.xyz/0xeee68aECeB4A9e9f328a46c39F50d83fA0239cDF/BiFUEFJKo6ZsIvPwsP9WPC2UZX0-x_9BdtrvmQo1FwY)**
|
||||
* **[bitcoin as a data availability layer, by rolkit](https://github.com/rollkit/bitcoin-da)**
|
Loading…
Add table
Add a link
Reference in a new issue