-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7549563
commit 6a2fe97
Showing
1 changed file
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
## ⛓🧱 decentralized protocols: design research | ||
## ⛓🧱 decentralized protocols toolkit | ||
|
||
<br> | ||
|
||
* **[how blockchains work](blockchains)** | ||
* **[game theory](game_theory)** | ||
* **[scalability](scalability)** | ||
* **[rollups](rollups)** | ||
* **[consensus](consensus_protocols)** | ||
* **[data availability](data_availability)** | ||
* **[optimization methods](optimization)** | ||
* **[applied cryptography](cryptography)** | ||
* **[yul and formal verification](yul)** | ||
* **[economic models](economic_models)** | ||
* **[auction mechanisms](auction_mechanisms)** | ||
* **[security and privacy](security_and_privacy)** | ||
### chapters | ||
|
||
<br> | ||
|
||
* ⬛️ **[how blockchains work](blockchains)** | ||
* ⬛️ **[game theory](game_theory)** | ||
* ⬛️ **[scalability](scalability)** | ||
* ⬛️ **[rollups](rollups)** | ||
* ⬛️ **[consensus](consensus_protocols)** | ||
* ⬛️ **[data availability](data_availability)** | ||
* ⬛️ **[optimization methods](optimization)** | ||
* ⬛️ **[applied cryptography](cryptography)** | ||
* ⬛️ **[yul and formal verification](yul)** | ||
* ⬛️ **[economic models](economic_models)** | ||
* ⬛️ **[auction mechanisms](auction_mechanisms)** | ||
* ⬛️ **[security and privacy](security_and_privacy)** |