info_tfgrid/collections/tech/grid/consensus3_mechanism/consensus3_overview_graph.md

52 lines
1.8 KiB
Markdown
Raw Normal View History

2024-02-27 11:11:12 +00:00
```mermaid
graph TB
subgraph Money Blockchain
money_blockchain --> account1
money_blockchain --> account2
money_blockchain --> account3
click money_blockchain "/threefold/#money_blockchain"
end
subgraph TFChainNode1[TFChain BCNode]
Explorer1-->BCNode1
ConsensusEngine1-->BCNode1
ConsensusEngine1 --> money_blockchain
ConsensusEngine1 --> ReputationEngine1
ReputationEngine1 --> Monitor_Engine1
click ReputationEngine1 "/info/threefold/#reputationengine"
click ConsensusEngine1 "/info/threefold/#consensusengine"
click BCNode1 "/info/threefold/#bcnode"
click Explorer1 "/info/threefold/#tfexplorer"
end
subgraph TFChainNode2[TFChain BCNode]
Explorer2-->BCNode2
ConsensusEngine2-->BCNode2
ConsensusEngine2 --> money_blockchain
ConsensusEngine2 --> ReputationEngine2
ReputationEngine2 --> Monitor_Engine2
click ReputationEngine2 "/info/threefold/#reputationengine"
click ConsensusEngine2 "/info/threefold/#consensusengine"
click BCNoBCNode2de1 "/info/threefold/#bcnode"
click Explorer2 "/info/threefold/#tfexplorer"
end
2024-03-18 12:28:08 +00:00
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"
2024-02-27 11:11:12 +00:00
click Monitor_Engine1 "/info/threefold/#monitorengine"
click Monitor_Engine2 "/info/threefold/#monitorengine"
```
*click on the parts of the image, they will go to more info*
- See [Roadmap TFChain/DAO 3.x](roadmap_tfchain3) for info of implementation.