info_tfgrid/collections/tech/grid/consensus3_mechanism/consensus3_overview_graph.md
2024-03-18 14:28:08 +02:00

1.8 KiB

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
    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"
    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