Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/q9f/mergednet
Ethereum network merged right from genesis
https://github.com/q9f/mergednet
configuration devnets educational ethereum merge testnets
Last synced: 3 months ago
JSON representation
Ethereum network merged right from genesis
- Host: GitHub
- URL: https://github.com/q9f/mergednet
- Owner: q9f
- License: wtfpl
- Created: 2022-12-20T16:55:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T09:32:27.000Z (about 2 years ago)
- Last Synced: 2024-10-06T20:21:55.484Z (4 months ago)
- Topics: configuration, devnets, educational, ethereum, merge, testnets
- Homepage: https://dev.to/q9/how-to-merge-an-ethereum-network-right-from-the-genesis-block-3454
- Size: 426 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Post-Merge Ethereum Network
An educational resource:
* [How to merge an Ethereum network right from the genesis block](https://dev.to/q9/how-to-merge-an-ethereum-network-right-from-the-genesis-block-3454)
[![Terminal Screenshot showing Geth execution blocks matching the Lodestar consensus payload](./screenshot.png)](https://dev.to/q9/how-to-merge-an-ethereum-network-right-from-the-genesis-block-3454)
### Additional Resources
- [github/protolambda/merge-genesis-tools](https://github.com/protolambda/merge-genesis-tools): Testnet tooling to create a merge state at genesis.
- [github/ethereum/consensus-specs](https://github.com/ethereum/consensus-specs): Ethereum proof-of-stake consensus specifications, including mainnet templates and deposit contract.
- [notes/protolambda/merge-devnet-setup-guide](https://notes.ethereum.org/@protolambda/merge-devnet-setup-guide): Multi-client post-merge Ethereum devnet setup by protolambda.
- [github/ethereumjs/consensus-deployment-ansible](https://github.com/ethereumjs/consensus-deployment-ansible): Ansible playbooks by Parithosh that allow us to do everything we did in this tutorial with one click ;)
- [github/protolambda/eth2-testnet-genesis](https://github.com/protolambda/eth2-testnet-genesis): Tool to create a genesis state for an beacon-chain testnet.
- [github/ethereum/staking-deposit-cli](https://github.com/ethereum/staking-deposit-cli): Secure key generation for beacon-chain deposits.
- [github/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum): Official Go implementation of the Ethereum protocol (execution).
- [github/ChainSafe/lodestar](https://github.com/ChainSafe/lodestar): TypeScript implementation of an Ethereum consensus layer.
- [github/eth-clients/holesovice](https://github.com/eth-clients/holesovice): Preview: the first public merged-from-genesis Ethereum testnet.