kimk8 created page: requirements specification authored by kimk8's avatar kimk8
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* no join (if local network) / leave * no join (if local network) / leave
* every node knows all neighbors, relationship to peers? The network can not be dissected. * every node knows all neighbors, relationship to peers? The network can not be dissected.
* there is no persistence * there is no persistence
* there is no security
## Transactions ## Transactions
* money can be sent between nodes * money can be sent between nodes
...@@ -13,6 +14,7 @@ ...@@ -13,6 +14,7 @@
* money request (negative amount) possible? * money request (negative amount) possible?
* transactions have a TTL * transactions have a TTL
* there is no transaction history * there is no transaction history
* there is no undo / rollback
## Remote ## Remote
* Contradicts the static amount and links of nodes * Contradicts the static amount and links of nodes
... ...
......