mirror of
https://github.com/status-im/network-stories.git
synced 2025-01-11 20:34:12 +00:00
Merge pull request #38 from jessiebroke/master
Update High-Level Category Linking and Logos Program Purpose
This commit is contained in:
commit
39744cdc1f
2
.obsidian/graph.json
vendored
2
.obsidian/graph.json
vendored
@ -32,6 +32,6 @@
|
||||
"repelStrength": 20,
|
||||
"linkStrength": 0.876960037198729,
|
||||
"linkDistance": 500,
|
||||
"scale": 0.09848280266864448,
|
||||
"scale": 0.1600130695281742,
|
||||
"close": true
|
||||
}
|
18
.obsidian/hotkeys.json
vendored
18
.obsidian/hotkeys.json
vendored
@ -60,5 +60,23 @@
|
||||
],
|
||||
"key": " "
|
||||
}
|
||||
],
|
||||
"workspace:split-vertical": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "W"
|
||||
}
|
||||
],
|
||||
"workspace:split-horizontal": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "D"
|
||||
}
|
||||
]
|
||||
}
|
14
.obsidian/workspace
vendored
14
.obsidian/workspace
vendored
@ -105,14 +105,14 @@
|
||||
"active": "8143718c5f145084",
|
||||
"lastOpenFiles": [
|
||||
"pages/Start Here.md",
|
||||
"README.md",
|
||||
"pages/README.md",
|
||||
"pages/Data Model and Concurrency.md",
|
||||
"pages/Project Logos.md",
|
||||
"pages/Set of Protocols.md",
|
||||
"pages/Project Waku.md",
|
||||
"pages/Network of Nodes.md",
|
||||
"pages/Recipes.md",
|
||||
"pages/Node Reputation.md",
|
||||
"pages/Approach.md",
|
||||
"pages/Mempool and Subnetworks.md",
|
||||
"pages/Network Layer.md",
|
||||
"pages/projec tlogos.md",
|
||||
"pages/Consensus.md"
|
||||
"Bootstrapping /Bootstrapping or Factory.md",
|
||||
"pages/Logos Program.md"
|
||||
]
|
||||
}
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Consensus
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: [[BBA]]
|
||||
- Prep: [|| ]
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# DAG Communication
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: [[Factory of DAGs]]
|
||||
- Prep: [||||||||||]
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Data Model and Concurrency
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Reference Work
|
||||
- [[eUTXO]] (Direct extension of the basic UTXO model)
|
||||
|
@ -1,2 +1,12 @@
|
||||
---
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Decentralized Storage
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: Topic
|
||||
- Prep: [||||||||||]
|
||||
- Cook Time: X min
|
||||
- Ingredients:
|
||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
@ -1,2 +1,12 @@
|
||||
---
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Dispersal
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: Topic
|
||||
- Prep: [||||||||||]
|
||||
- Cook Time: X min
|
||||
- Ingredients:
|
||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
@ -1,2 +1,12 @@
|
||||
---
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Incentives
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: Topic
|
||||
- Prep: [||||||||||]
|
||||
- Cook Time: X min
|
||||
- Ingredients:
|
||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
@ -1,11 +1,26 @@
|
||||
---
|
||||
title: Logos Program
|
||||
title: Understanding Logos Program
|
||||
author:
|
||||
dateCreated: 2022-05-07
|
||||
dateUpdated: 2022-05-23
|
||||
---
|
||||
|
||||
# Logos Program
|
||||
# Understanding Logos Program
|
||||
```
|
||||
Logos is:
|
||||
|
||||
A parallel socioeconomic system that empowers individuals and communities worldwide. An open source project built and operated entirely by its community. It’s intended to exist peacefully alongside our existing economies and states.
|
||||
|
||||
A continuation of the original cypherpunk movement advocating for the widespread use of strong cryptography and technologies that enhance privacy and self-sovereignty.
|
||||
|
||||
A complete infrastructure stack - with modular protocols for communication, file storage, and smart contracts. But at its core, Logos is a grassroots movement unified in our belief in protecting human rights and defending against tyranny through technology.
|
||||
|
||||
A movement to create a self-sovereign crypto network: a decentralised technology stack that maximises the cost of surveillance and coercion while minimising the cost of exit, voice and loyalty.
|
||||
|
||||
|
||||
The world's first crypto-state.
|
||||
```
|
||||
|
||||
>**"We build everything on top of consensus."**
|
||||
Dr. Corey Petty
|
||||
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Mempool and Subnetworks
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: [[Censorship-Resistant]]
|
||||
- Prep: [||||||||||]
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Network Layer
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- [[Node Discovery]]
|
||||
- Prep: [||||||||||]
|
||||
|
@ -22,6 +22,7 @@ For now it’s important to have a high-level understanding of what each element
|
||||
- the dotted boxes show what content topics (i.e. applications) a node is interested in. A node that is purely providing a service to the network might not care.
|
||||
- there are also dashed lines to “auxiliary networks”. These represents breakouts from the Waku network to auxiliary protocols, such as bridging to Waku v1, DNS used for discovery, etc.
|
||||
|
||||
Read this on how to make new [[Recipes]] or how to Cook them.
|
||||
|
||||
- Recipe: Topic
|
||||
- Prep: [||||||||||]
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Node Reputation
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- [[Ikingut (Reputation Algorithm)]]
|
||||
- Prep: [||||||||||]
|
||||
|
@ -1,15 +1,17 @@
|
||||
---
|
||||
title: Understanding Codex Efforts
|
||||
title: Understanding Project Codex
|
||||
author:
|
||||
dateCreated: 2022-05-07
|
||||
dateUpdated: 2022-05-23
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Understanding Codex Efforts
|
||||
# Understanding Project Codex
|
||||
---
|
||||
|
||||
**Purpose**
|
||||
[Insert Purpose]
|
||||
## **Purpose**
|
||||
```
|
||||
Codex is a decentralized file storage network.
|
||||
```
|
||||
|
||||
>**"_I like working on fundamental problems."**
|
||||
Dmitriy Ryajov
|
||||
@ -27,10 +29,15 @@ Dmitriy Ryajov
|
||||
#### 5. [[Incentives]]
|
||||
#### 6. [[Remote Auditing]]
|
||||
|
||||
Comments (Leo's comments re: organization of High-Level Categories)
|
||||
---
|
||||
|
||||
#### Comments on Reorganization
|
||||
(Leo's comments re: organization of High-Level Categories)
|
||||
FT -> ???
|
||||
BFT -> Incentives + Remote Auditing
|
||||
|
||||
---
|
||||
|
||||
### Unsorted Pages:
|
||||
[[storage]]
|
||||
[[data]]
|
||||
|
@ -5,11 +5,16 @@ dateCreated: 2022-05-07
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Understanding the Logos Blockchain Whitepaper
|
||||
# Understanding Project Logos
|
||||
---
|
||||
|
||||
**Purpose**
|
||||
## **Purpose**
|
||||
```
|
||||
This document reflects an approach of whitepaper review that combines a rough-draft whitepaper review containing comments/reflections/concerns with a further simplification of concepts to make everything more digestible to more people outside of the internal Status infra team for communication purposes. In addition, this review will provide a gauge of difficulty of understanding involved with various different terms/concepts.
|
||||
```
|
||||
|
||||
>**"_[Quote goes here]"**
|
||||
Alvaro
|
||||
|
||||
---
|
||||
|
||||
|
@ -1,18 +1,23 @@
|
||||
---
|
||||
title: Understanding Waku Efforts
|
||||
title: Understanding Project Waku
|
||||
author:
|
||||
dateCreated: @today
|
||||
dateUpdated: @today 2022-05-07
|
||||
dateCreated: 2022-05-07
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Understanding Waku Efforts
|
||||
# Understanding Project Waku
|
||||
---
|
||||
|
||||
**Purpose**
|
||||
[Insert Purpose]
|
||||
## **Purpose**
|
||||
```
|
||||
The first protocol in Logos’ stack is Waku, which has its origins in Ethereum’s Whisper protocol, but is optimized for scalability and better usability.
|
||||
|
||||
>[insert quote]
|
||||
Waku removes centralized third parties from messaging - enabling private, secure, censorship-free communication. Waku is designed for generalized messaging, enabling both human-to-human or machine-to-machine communication.
|
||||
|
||||
```
|
||||
|
||||
>**"_[Quote goes here]"**
|
||||
Franck Royer
|
||||
---
|
||||
|
||||
## Necessary Terminology by Perspective
|
||||
|
@ -1,2 +1,6 @@
|
||||
---
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Redundancy
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
@ -1,2 +1,12 @@
|
||||
---
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Remote Auditing
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: Topic
|
||||
- Prep: [||||||||||]
|
||||
- Cook Time: X min
|
||||
- Ingredients:
|
||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
@ -17,6 +17,8 @@ For example, there are some [fundamental issues with encryption](https://github
|
||||
`libp2p` was developed for IPFS but now many projects use it, Ethereum 2 included. It is therefore quite mature, with many implementations and a large part of the crypto/p2p community behind it. While it’s not perfect, it’s very modular and easy to extend with new transports, user-defined protocols, etc.
|
||||
```
|
||||
|
||||
Read this on how to make new [[Recipes]] or how to Cook them.
|
||||
|
||||
- Recipe: [[nim-waku]]
|
||||
- Prep: [||||||||||]
|
||||
- Cook Time: X min
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Staking and Multi-DAG
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: [[Bridge (Intermediary) Nodes]]
|
||||
- Prep: [||||||||||]
|
||||
|
@ -3,7 +3,7 @@ dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Tokenomics
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- [[Fees]]
|
||||
- Prep: [||||||||||]
|
||||
|
@ -1,2 +1,12 @@
|
||||
---
|
||||
dateUpdated: 2022-05-24
|
||||
---
|
||||
|
||||
# Durability
|
||||
A list of Topics necessary to develop better intuition and understanding
|
||||
A list of [[Recipes]] necessary to develop better intuition and understanding
|
||||
|
||||
- Recipe: Topic
|
||||
- Prep: [||||||||||]
|
||||
- Cook Time: X min
|
||||
- Ingredients:
|
||||
1. [Insert pictures, videos, article links, research papers, etc.]
|
Loading…
x
Reference in New Issue
Block a user