Skip to content

Commit

Permalink
readme: add more consensus clients (#399)
Browse files Browse the repository at this point in the history
Adding more consensus clients that we *should* support. 

category: docs
ticket: #148
  • Loading branch information
corverroos committed Apr 8, 2022
1 parent 617e56f commit bb75a4d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ and the beacon node via the official [Eth Beacon Node REST API](https://ethereum
Charon supports any upstream beacon node that serves the Beacon API.
Charon supports any downstream standalone validator client that consumes the Beacon API.

|Client| Beacon Node | Validator Client | Notes |
|-----|---------------|----------------|-----------------------------------------|
|*Teku*||| Fully supported |
|*Lighthouse*||| Fully supported |
|*Prysm*|| 🛑 | Validator client requires gRPC API |
|*Nimbus*|| 🛑 | No standalone validator client provided |
| Client | Beacon Node | Validator Client | Notes |
|---------------------------------------------------|-------------|------------------|-----------------------------------------|
| [Teku](https://github.com/ConsenSys/teku) ||| Fully supported |
| [Lighthouse](https://github.com/sigp/lighthouse) ||| Fully supported |
| [Lodestar](https://github.com/ChainSafe/lodestar) ||| Fully supported |
| [Vouch](https://github.com/attestantio/vouch) | *️⃣ || Only validator client provided |
| [Prysm](https://github.com/prysmaticlabs/prysm) || 🛑 | Validator client requires gRPC API |
| [Nimbus](https://github.com/status-im/nimbus-eth2) || *️⃣ | No standalone validator client provided |

## Project Status

Expand Down

0 comments on commit bb75a4d

Please sign in to comment.