27 lines
813 B
Markdown
27 lines
813 B
Markdown
# What problems are we trying to solve?
|
|
|
|
## As an individual I want to be able to write code that can run in a reliable fashion, to provide functionality to myself or others.
|
|
- Listen for incoming events
|
|
- Store data
|
|
- Retrieve data
|
|
- Emit events
|
|
- Perform computations
|
|
|
|
## As an individual I want to be able to form and/or participate in an organization, which
|
|
- provides a context for interactions among individuals
|
|
- enables interactions among functions written and run by different participants
|
|
|
|
## As an individual I want to be able to communicate with other participants, in order to
|
|
- make plans
|
|
- communicate ideas and information
|
|
- attempt to resolve disagreements or establish consensus
|
|
|
|
|
|
# What problems are we not trying to solve?
|
|
|
|
## No single source of truth.
|
|
|
|
## Not a currency trading platform.
|
|
|
|
|