ethereum-optimism / mocktimism

[WIP!] Coordinates two anvil process (L1 and L2) for testing / forking op-stack chains (mocktimism placeholder name)
MIT License
20 stars 7 forks source link

feat: Implement Service Discovery Without Docker Dependency #39

Closed roninjin10 closed 10 months ago

roninjin10 commented 10 months ago

Description:

This uses https://github.com/grandcat/zeroconf

This PR addresses issue #6 by introducing a lightweight service discovery mechanism that enables the orchestration of multiple network environments without the need for Docker. We leverage the zeroconf library to provide mDNS-based service discovery, offering a simple alternative to Docker's swarm package for network orchestration.

Key Features:

Benefits:

Related Issue: #6

roninjin10 commented 10 months ago

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.