-
EnvironmentTestnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.I have build a Is it possible to deploy another local-node on another machine and interact with my local chain? Repo Link (Optional)https://github.com/matter-labs/local-setup Additional DetailsI use the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Running multiple local ZKsync nodes on different machines and having them interact with each other like a network is not directly supported by the standard However, if you're looking to simulate a more network-like environment where multiple nodes interact, you might need to customize the networking and synchronization aspects between these nodes manually. This could involve configuring the nodes to communicate over a shared network and ensuring they are synchronized to maintain the same chain state. For detailed guidance on setting up such an environment, you might need to delve deeper into network configuration and possibly modify the Docker compose files to allow for inter-node communication. Unfortunately, there are no specific documents or specs provided in the current ZKsync documentation that describe running multiple local nodes in different machines in a networked manner. For further assistance, you might consider reaching out directly to the ZKsync developer community or checking for updates in the ZKsync GitHub repositories for any new tools or features that might support this functionality in the future. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
What I have done:
What I am trying to do:
Below is my setting file
|
Beta Was this translation helpful? Give feedback.
Currently we don't have a laid out process for how to do this and it's something that we are working on. For now you can continue to test things out to see if you can get things working and in the future we'll be able to provide clearer details on how to do this.