Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: add more consensus clients #399

Merged
merged 4 commits into from
Apr 8, 2022
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
| [Loadstar](https://github.com/ChainSafe/lodestar) | ✅ | ✅ | Fully supported |
corverroos marked this conversation as resolved.
Show resolved Hide resolved
| [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