Skip to content

Commit

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

* created remote connection diagram

* updated readme

* added local connection diagram
  • Loading branch information
dvovk authored May 31, 2024
1 parent a73e8b6 commit 162db31
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added _diagrams/local_connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions _diagrams/local_connection.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@startuml
participant "Erigon Node" as Erigon
participant "Diagnostics cmd" as Diag
participant "Output" as Output

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

note right of Diag
"./build/bin/diag downloader"
end note
Diag -> Erigon: Query downloader data
Erigon -> Diag: Return queried data
Diag -> Output: Display data

@enduml

0 comments on commit 162db31

Please sign in to comment.