Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanCoughlan5 authored Dec 18, 2024
1 parent 5bb1a03 commit 220773d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ A core responsibility of the Sidecar is facilitating the calculations of [reward
* MacOS
* Linux (Ubuntu/Debian)

# Diagram
```mermaid
graph TD;
Client[User Client]-->|Makes API Calls|SidecarService[Sidecar Service];
SidecarService-->|Queries|Database[PostgreSQL Database];
SidecarService-->|Fetches Data|BlockchainNode[Blockchain RPC Node];
style SidecarService fill:#ffffff,stroke:#000000,stroke-width:2px,font-size:16px,color:#000000
style Database fill:#ffffff,stroke:#000000,stroke-width:2px,font-size:16px,color:#000000
style BlockchainNode fill:#ffffff,stroke:#000000,stroke-width:2px,font-size:16px,color:#000000
style Client fill:#ffffff,stroke:#000000,stroke-width:2px,font-size:16px,color:#000000
```


## Environment setup

If you have basic build tools like `make` already installed, you can run:
Expand Down

0 comments on commit 220773d

Please sign in to comment.