CoreTendermint и CoinTendermint запущены в режиме single-node.
graph LR
User((User)) -- HTTP --> FrontC
User -- HTTP --> FrontP
User -- HTTP --> Grafana
subgraph Monitoring
Grafana[Grafana :3000] -- HTTP --> Prometheus[Prometheus :9090]
end
subgraph Peer
FrontC[CoreFront :8180] -- HTTP --> TMC
TMC(CoreTendermint :26000) -- TSP --> App[Peer]
bot -- HTTP --> TMC
bot -- HTTP --> FrontP
FrontP[CoinFront :8280] -- WebSocket --> App
App --> App
end
graph LR
User((User)) -- HTTP --> FrontC
User -- HTTP --> App
User -- HTTP --> Grafana
subgraph Monitoring
Grafana[Grafana :3000] -- HTTP --> Prometheus[Prometheus :9090]
end
subgraph Peer
FrontC[CoreFront :8180] -- HTTP --> TMC
TMC(CoreTendermint :26000) -- TSP --> App[Peer]
bot -- HTTP --> TMC
bot -- HTTP --> App
App --> App
end