rzmahmood / ethereum-pos-testnet

💻⛓️ A Quick and Easy Way to Bootstrap your own Local Ethereum PoS Testnet. Great for testing consensus ⛓️💻
MIT License
41 stars 18 forks source link

Add Multi-Node Support #2

Closed rzmahmood closed 11 months ago

rzmahmood commented 11 months ago

This PR adds the ability to spin up multiple nodes.

The main complexity is the introduction of bootnodes for both the execution and consensus clients, which are required for peer discovery.