mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-01 17:27:30 +00:00
update Holesky docs (#5435)
* update Holesky docs * Update docs/the_nimbus_book/src/holesky.md Co-authored-by: Jacek Sieka <jacek@status.im> --------- Co-authored-by: Jacek Sieka <jacek@status.im> Co-authored-by: Etan Kissling <etan@status.im>
This commit is contained in:
parent
a261384efc
commit
244f930f42
@ -1,10 +1,18 @@
|
||||
# Holešky testnet
|
||||
|
||||
`holesky` will be launched on 15h of September to succeed Prater as the main long-running Ethereum testnet.
|
||||
`holesky` is the main long-running Ethereum staking, infrastructure and protocol-developer testnet.
|
||||
For testing decentralized applications, smart contracts, and other EVM functionality, please use Sepolia testnet!
|
||||
`holesky` replaces the Prater/Görli network which has been deprecated since early 2023.
|
||||
|
||||
|
||||
It provides an opportunity to verify your setup works as expected through the proof-of-stake transition and in a post-merge context as well as to safely practice node operations such as adding and removing validators, migrating between clients, and performing upgrades and backups.
|
||||
If you come across any issues, please [report them here](https://github.com/status-im/nimbus-eth2/issues).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## General Preparation
|
||||
|
||||
1. Generate the JWT secret with `openssl rand -hex 32 | tr -d "\n" > "/opt/jwtsecret"`. This file needs to be passed to both the execution client and the consensus client.
|
||||
|
Loading…
x
Reference in New Issue
Block a user