mirror of
https://github.com/status-im/network-stories.git
synced 2025-01-17 23:42:23 +00:00
364 B
364 B
Phrase: Directed Acyclic Graph (DAG)
Operating Definition: A data structure that allows for branching to occur. A blockchain is just a linear DAG. A DAG is a generalization of that dynamic which can allow for other parts can branch off and continue to exist.
Current Implementation:
The Idea(l):
Logos Implementation:
IMPORTANT Differentiators:
Trash Heap: