Skip to content

Commit

Permalink
Upddocumentation (#73)
Browse files Browse the repository at this point in the history
* wp

* created remote connection diagram

* updated readme
  • Loading branch information
dvovk authored May 29, 2024
1 parent c580939 commit a73e8b6
Show file tree
Hide file tree
Showing 11 changed files with 161 additions and 179 deletions.
294 changes: 115 additions & 179 deletions README.md

Large diffs are not rendered by default.

Binary file added _diagrams/remote_connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions _diagrams/remote_connection.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
@startuml
participant "Erigon Node" as Erigon
participant "Diagnostics" as Diag
participant "Support Command" as Support
participant "UI" as UI

note right of Erigon
"./build/bin/erigon"
end note
Erigon -> Erigon: Run Erigon node

note right of Diag
"make run-self-signed"
end note
Diag -> Diag: Run Diagnostics

note right of UI
Automatically opens browser with default address
(address can be specified using flags)
end note
Diag -> UI: Serve UI

note right of UI
Creating diagnostics session to obtain PIN.
PIN is required for support command
end note
UI -> UI: Create diagnostics session

note right of Support
./build/bin/erigon support
end note
Support -> Erigon: Run support command to establish tunnel

Erigon <-> Diag: Create tunnel

UI -> Diag: Query data

Diag -> Erigon: Ask for data queried by UI

Erigon -> Diag: Return queried data

Diag -> UI: Return queried data

UI -> UI: Display data

@enduml
Binary file modified _images/peer_details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/peers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/process/cmd_line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/process/find_reorgs.png
Binary file not shown.
Binary file modified _images/process/flags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/process/node_info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/process/sync_stages.png
Binary file not shown.
Binary file modified _images/snapshot_sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a73e8b6

Please sign in to comment.