Skip to content

Commit

Permalink
Merge pull request #1127 from lukso-network/feat/improved-client-table
Browse files Browse the repository at this point in the history
feat: Improve LUSKO client tables
  • Loading branch information
CJ42 authored Aug 22, 2024
2 parents 47f04c3 + 71b920b commit 8886fc5
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 11 deletions.
118 changes: 107 additions & 11 deletions docs/networks/mainnet/running-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: 'Run a Mainnet LUKSO node with one of the three options: Dappnode,

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import BookIcon from '../../../static/img/icons/book.svg'
import DiscordIcon from '../../../static/img/icons/discord.svg'
import GithubIcon from '../../../static/img/icons/github.svg'
import protocolGuildIcon from '../../../static/img/icons/protocol-guild.png'

:::success Node operators mailing list

Expand Down Expand Up @@ -43,20 +47,112 @@ The LUKSO network currently supports the following clients versions:

**Execution Clients**

| Client | Version | Release |
| ---------- | ------- | --------------------------------------------------------------- |
| Geth | v1.14.7 | https://github.com/ethereum/go-ethereum/releases/tag/v1.14.7 |
| Erigon | v2.60.4 | https://github.com/ledgerwatch/erigon/releases/tag/v2.60.4 |
| Nethermind | v1.27.0 | https://github.com/NethermindEth/nethermind/releases/tag/1.27.0 |
| Besu | v24.7.0 | https://github.com/hyperledger/besu/releases/tag/24.7.0 |
<table>
<tr>
<th>Client</th>
<th>Version</th>
<th>Github</th>
<th>Docs</th>
<th>Chat</th>
<th>Status</th>
<th>Support</th>
<th>Language</th>
<th>Donate</th>
</tr>
<tr>
<td><a href="https://geth.ethereum.org/">Geth</a></td>
<td><a href="https://github.com/ethereum/go-ethereum/releases/tag/v1.14.7">v1.14.7</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/ethereum/go-ethereum"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://geth.ethereum.org/docs"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://discord.com/invite/nthXNEv"><DiscordIcon /></a></td>
<td>Stable</td>
<td>Linux, Win, macOS, ARM</td>
<td><a href="https://go.dev/">Golang</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
<tr>
<td><a href="https://erigon.tech/">Erigon</a></td>
<td><a href="https://github.com/erigontech/erigon/releases/tag/v2.60.4">v2.60.4</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/ledgerwatch/erigon"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://erigon.gitbook.io/erigon"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/erigontech/erigon?tab=readme-ov-file#erigon-discord-server"><DiscordIcon /></a></td>
<td>Alpha & Beta</td>
<td>Linux, Win, macOS, ARM</td>
<td><a href="https://go.dev/">Golang</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
<tr>
<td><a href="https://www.hyperledger.org/projects/besu">Besu</a></td>
<td><a href="https://github.com/hyperledger/besu/releases/tag/24.7.0">v24.7.0</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/hyperledger/besu"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://besu.hyperledger.org/"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://discord.com/invite/hyperledger"><DiscordIcon /></a></td>
<td>Stable</td>
<td>Linux, Win, macOS</td>
<td><a href="https://www.java.com/">Java</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
<tr>
<td><a href="https://www.nethermind.io/nethermind-client">Nethermind</a></td>
<td><a href="https://github.com/NethermindEth/nethermind/releases/tag/1.27.0">v1.27.0</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/NethermindEth/nethermind"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://docs.nethermind.io/"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://discord.com/invite/PaCMRFdvWT"><DiscordIcon /></a></td>
<td>Stable</td>
<td>Linux, Win, macOS, ARM</td>
<td><a href="https://learn.microsoft.com/en-us/dotnet/csharp/">C# </a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
</table>

**Consensus Clients**

| Client | Version | Release |
| ---------- | ------- | ---------------------------------------------------------- |
| Prysm | v5.0.4 | https://github.com/prysmaticlabs/prysm/releases/tag/v5.0.4 |
| Lighthouse | v5.2.1 | https://github.com/sigp/lighthouse/releases/tag/v5.2.1 |
| Teku | v24.6.1 | https://github.com/Consensys/teku/releases/tag/24.6.1 |
<table>
<tr>
<th>Client</th>
<th>Version</th>
<th>Github</th>
<th>Docs</th>
<th>Chat</th>
<th>Status</th>
<th>Support</th>
<th>Language</th>
<th>Donate</th>
</tr>
<tr>
<td><a href="https://prysmaticlabs.com/">Prysm</a></td>
<td><a href="https://github.com/prysmaticlabs/prysm/releases/tag/v5.0.4">v5.0.4</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/prysmaticlabs/prysm"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://docs.prylabs.network/docs/getting-started"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://discord.com/invite/prysmaticlabs"><DiscordIcon /></a></td>
<td>Stable</td>
<td>Linux, Win, macOS, ARM</td>
<td><a href="https://go.dev/">Golang</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
<tr>
<td><a href="https://lighthouse.sigmaprime.io/">Lighthouse</a></td>
<td><a href="https://github.com/sigp/lighthouse/releases/tag/v5.2.1">v5.2.1</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/sigp/lighthouse"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://lighthouse-book.sigmaprime.io/"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://discord.com/invite/cyAszAh"><DiscordIcon /></a></td>
<td>Stable</td>
<td>Linux, Win, macOS, ARM</td>
<td><a href="https://www.rust-lang.org/">Rust</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
<tr>
<td><a href="https://consensys.io/teku">Teku</a></td>
<td><a href="https://github.com/Consensys/teku/releases/tag/24.6.1">v24.6.1</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://github.com/Consensys/teku"><GithubIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://docs.teku.consensys.io/"><BookIcon /></a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://discord.com/invite/consensys"><DiscordIcon /></a></td>
<td>Stable</td>
<td>Linux, Win, macOS</td>
<td><a href="https://www.java.com/">Java</a></td>
<td style={{textAlign: 'center'}}><a class="imageLink" href="https://protocol-guild.readthedocs.io/en/latest/index.html"><img style={{verticalAlign: 'middle'}} src={protocolGuildIcon}/></a></td>
</tr>
</table>

:::info

Expand Down
1 change: 1 addition & 0 deletions static/img/icons/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/icons/discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/icons/protocol-guild.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 8886fc5

Please sign in to comment.