lots of fixes and add ons
This commit is contained in:
@@ -5,7 +5,7 @@ Oracles are external resources of information.
|
||||
|
||||
The TFChain captures and holds that information so we get more certainty about the accuracy.
|
||||
|
||||
We have oracles for price & reputation for e.g. TFFarmers and TFNodes.
|
||||
We have oracles for price & reputation for e.g. TFFarmers and 3Nodes.
|
||||
|
||||
These oracles are implemented on TF_CHAIN for TFGrid 3.0.
|
||||
|
||||
@@ -22,9 +22,9 @@ graph TB
|
||||
OracleEngine --> Exch3[other... exchanges]
|
||||
end
|
||||
subgraph ThreeFold Grid
|
||||
Monitor_Engine --> TFNode1
|
||||
Monitor_Engine --> TFNode2
|
||||
Monitor_Engine --> TFNode3
|
||||
Monitor_Engine --> 3Node1
|
||||
Monitor_Engine --> 3Node2
|
||||
Monitor_Engine --> 3Node3
|
||||
end
|
||||
subgraph TFChainNode1[TFGrid Blockchain Node]
|
||||
Monitor_Engine
|
||||
|
@@ -30,15 +30,15 @@ graph TB
|
||||
click Explorer2 "/info/threefold/#tfexplorer"
|
||||
|
||||
end
|
||||
Monitor_Engine1 --> TFNode1
|
||||
Monitor_Engine1 --> TFNode2
|
||||
Monitor_Engine1 --> TFNode3
|
||||
Monitor_Engine2 --> TFNode1
|
||||
Monitor_Engine2 --> TFNode2
|
||||
Monitor_Engine2 --> TFNode3
|
||||
click TFNode1 "/info/threefold/#3node"
|
||||
click TFNode2 "/info/threefold/#3node"
|
||||
click TFNode3 "/info/threefold/#3node"
|
||||
Monitor_Engine1 --> 3Node1
|
||||
Monitor_Engine1 --> 3Node2
|
||||
Monitor_Engine1 --> 3Node3
|
||||
Monitor_Engine2 --> 3Node1
|
||||
Monitor_Engine2 --> 3Node2
|
||||
Monitor_Engine2 --> 3Node3
|
||||
click 3Node1 "/info/threefold/#3node"
|
||||
click 3Node2 "/info/threefold/#3node"
|
||||
click 3Node3 "/info/threefold/#3node"
|
||||
click Monitor_Engine1 "/info/threefold/#monitorengine"
|
||||
click Monitor_Engine2 "/info/threefold/#monitorengine"
|
||||
|
||||
|
Reference in New Issue
Block a user